Registry / config / fabric-zookeeper

fabric-zookeeper

JSON →
library1.2.0.redhat-133javamavenunverified

Fabric8 integration platform component for managing ZooKeeper-based configuration and clustering.

<dependency> <groupId>io.fabric8</groupId> <artifactId>fabric-zookeeper</artifactId> <version>1.2.0.redhat-133</version> </dependency>
INSTALL
IMPORT
SIG · FABRIC-ZOOKEEPER
F
fabric-zookeeper
configjavav1.2.0.redhat-133
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.

ZooKeeperClient
io.fabric8.zookeeper.ZooKeeperClient

Connects to a ZooKeeper instance using Fabric8 client.

import io.fabric8.zookeeper.ZooKeeperClient; public class Example { public static void main(String[] args) throws Exception { ZooKeeperClient client = new ZooKeeperClient("localhost:2181"); client.start(); System.out.println("Connected to ZooKeeper"); client.stop(); } }
Debug
Known issues
breakingFabric8 is no longer actively maintained; consider alternatives like Curator.
fix
Migrate to Apache Curator for ZooKeeper operations.
affects: >=1.2.0
Upgrade
Version history
1.2.0.redhat-133latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
Resources
fabric-zookeeper — mvn dependency:get fabric-zookeeper · libregistry