Skip to content

Getting Started

Randgalt edited this page Oct 8, 2012 · 12 revisions

Learn ZooKeeper

Curator users are assumed to know ZooKeeper. A good place to start is here: http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html

Using Curator

The Curator JARs are available from Maven Central. The various artifacts are listed here: https://github.com/Netflix/curator/wiki. Users of Maven, Gradle, Ant, etc. can easily include Curator into their build script.

Most users will want to use one of Curator’s pre-built recipes. So, the curator-recipes is the correct artifact to use. If you only want a wrapper around ZooKeeper that adds connection management and retry policies, use curator-framework.

Clone this wiki locally