发布于 2014-07-13 00:23:54 | 193 次阅读 | 评论: 0 | 来源: 网友投递
Apache Curator
Curator提供了对zookeeper客户端的封装,并监控连接状态和会话session,特别是会话session过期后,curator能够重新连接zookeeper,并且创建一个新的session。
Apache Curator 2.6.0 发布,此版本包括了一些新特性(curator RPC)和 bug 修复:
Bug 修复:
[CURATOR-110] - LeaderLatch does not complete if it is started without a connection to ZooKeeper
[CURATOR-116] - Ordering of delayed distributed queue is inconsistent
改进:
[CURATOR-93] - Have TransactionCreateBuilder implement Compressible
[CURATOR-114] - TestingServer should expose restart() method.
新特性:
[CURATOR-88] - RPC Interface for Curator
更多内容请看发行说明。当前版本源代码下载请前往这里,二进制包会提供在 Maven 中心
zookeeper 的客户端调用过于复杂,Apache Curator 就是为了简化zookeeper客户端调用而生,利用它,可以更好的使用zookeeper。