Use this tag for questions about using Apache Curator. Curator is a set of Java libraries that makes using Apache ZooKeeper much easier.
Apache Curator is a Java/JVM client library for Apache ZooKeeper, a distributed coordination service. It includes a highlevel API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL.
Curator has become the de-facto ZooKeeper client on the JVM and is used by a variety of other software projects including Apache Storm and Apache Spark and by a wide range of companies from Facebook to Netflix to Ebay.
Links