Netflix Curator 使用 Zookeeper 编程
生活随笔
收集整理的這篇文章主要介紹了
Netflix Curator 使用 Zookeeper 编程
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
curator簡介
Netflix curator 是Netflix公司開源的一個Zookeeper client library,用于簡化zookeeper客戶端編程,包含一下幾個模塊:
- curator-client - zookeeper client封裝,用于取代原生的zookeeper客戶端,提供一些非常有用的客戶端特性
- curator-framework - zookeeper api的高層封裝,大大簡化zookeeper客戶端編程,添加了例如zookeeper連接管理、重試機制等
- curator-recipes - zookeeper recipes 基于curator-framework的實現(除2PC以外)
maven dependency:
[html] view plain總結
以上是生活随笔為你收集整理的Netflix Curator 使用 Zookeeper 编程的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux疑难杂症解决方案100篇(十)
- 下一篇: ZooKeeper编程