• Stars
    star
    140
  • Rank 260,470 (Top 6 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 12 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

zkclient - A simple and effective Java client for zookeeper (both support zookeeper 3.3.x/3.4.x+)

A simple and effective Java client for zookeeper.

Build Status

Maven Dependency

The latest version has been synchronized to Maven Central Repository.

    <dependency>
        <groupId>com.github.adyliu</groupId>
        <artifactId>zkclient</artifactId>
        <version>2.2.0</version>
    </dependency>
  • The version 2.x supports both zookeeper 3.3.x and 3.4.x+.
  • The version 1.x needs zookeeper 3.3.x.

Wiki & Usage

The wiki links: https://github.com/adyliu/zkclient/wiki

Contributors

[Zookeeper client for java]