Bridge between ZKClient and Curator. Accomplished via an implementation for {@link IZkConnection} which is the abstraction ZKClient uses to wrap the raw ZooKeeper handle
Once allocated, bridge to ZKClient via: ZKClient zkClient = new ZkClient(new CuratorZKClientBridge(curatorInstance, timeout));
|
|
|
|