发布于 2015-01-17 01:21:03 | 292 次阅读 | 评论: 0 | 来源: 网友投递
Apache Curator
Curator提供了对zookeeper客户端的封装,并监控连接状态和会话session,特别是会话session过期后,curator能够重新连接zookeeper,并且创建一个新的session。
Apache Curator 2.7.1 发布了,Curator提供了对zookeeper客户端的封装,并监控连接状态和会话session,特别是会话session过期后,curator能够重新连接zookeeper,并且创建一个新的session。
改进记录:
[CURATOR-175] - If zookeeper is down when discovery is started, it fails to register when the zookeeper comes up for the first time.
[CURATOR-179] - Sequential path creation of /somepath/N throws exception
[CURATOR-181] - discovery: registration of wrong/old service instance on RECONNECT
[CURATOR-111] - CuratorFramework.Builder should allow adding multiple auths
[CURATOR-140] - Support the initial data for the node in InterProcessReadWriteLock
[CURATOR-166] - Make ZKPaths accept more than one child
[CURATOR-170] - ChildReaper would benefit by being able to manage multiple paths
[CURATOR-176] - Currently difficult to write ServiceDiscovery admin console
[CURATOR-177] - Pull request: Use Curator in thread names