-
Notifications
You must be signed in to change notification settings - Fork 435
ZKClient Bridge
Randgalt edited this page Sep 4, 2012
·
7 revisions
You may be trying to integrate a project that uses ZKClient and would like a way to use Curator with that project (for example Kafka). The ZKClient Bridge accomplishes that.
The ZKClient Bridge is in its own package in Maven Central: curator-x-zkclient-bridge
Given a CuratorFramework
instance, you can create a bridged ZKClient via:
ZKClient zkClient = new ZkClient(new CuratorZKClientBridge(curatorInstance, timeout));
- Curator
- Javadoc
- Coverage Report
- Getting Started
- Examples
- FAQ
- Client
- Framework
-
Recipes
- Leader Latch
- Leader Election
- Shared Reentrant Lock
- Shared Lock
- Shared Reentrant Read Write Lock
- Shared Semaphore
- Multi Shared Lock
- Distributed Queue
- Distributed Id Queue
- Distributed Priority Queue
- Distributed Delay Queue
- Simple Distributed Queue
- Barrier
- Double Barrier
- Shared counter
- Distributed Atomic Long
- Path Cache
- Node Cache
- Utilities – Test Server, Test Cluster, ZKPaths, EnsurePath, QueueSharder, Reaper, ChildReaper
- Tech Notes
- Errors
- Exhibitor Integration
- Extensions
- Logging and Tracing