Registry / networking / curator-client

curator-client

JSON →
library5.9.0javamavenunverified

Low-level API for Apache Curator, a ZooKeeper client library.

<dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-client</artifactId> <version>5.9.0</version> </dependency>
INSTALL
IMPORT
SIG · CURATOR-CLIENT
C
curator-client
networkingjavav5.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CuratorFrameworkFactory
✓ org.apache.curator.framework.CuratorFrameworkFactory

Create and start a Curator client connecting to ZooKeeper.

import org.apache.curator.framework.CuratorFrameworkFactory; import org.apache.curator.retry.ExponentialBackoffRetry; CuratorFramework client = CuratorFrameworkFactory.newClient("localhost:2181", new ExponentialBackoffRetry(1000, 3)); client.start();
Debug
Known issues
breakingCurator 5.x requires ZooKeeper 3.6+
fix
Use Curator 4.x if you need ZooKeeper 3.5.x compatibility.
affects: >=5.0.0
Upgrade
Version history
5.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
curator-client — mvn dependency:get curator-client · libregistry