Skip to content
/ zkclient Public
forked from adyliu/zkclient

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

License

Notifications You must be signed in to change notification settings

yingw/zkclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple and effective Java client for zookeeper.

Build Status

  • [2013-12-25] zkclient 2.1.1 released.
  • [2013-09-04] zkclient 2.1 released.
  • [2012-12-04] zkclient 2.0 released.
  • [2012-04-12] zkclient 1.0 released.

Maven Dependency

The version 2.1.1 has been synchronized to Maven Central Repository.

    <dependency>
        <groupId>com.github.adyliu</groupId>
        <artifactId>zkclient</artifactId>
        <version>2.1.1</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]

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%