Move to JDK 1.7 for CURATOR-2.0
1 file changed
tree: 7519e3d1d1754dece1e1c46944e7606f4083aea1
  1. curator-client/
  2. curator-examples/
  3. curator-framework/
  4. curator-recipes/
  5. curator-test/
  6. curator-x-discovery/
  7. curator-x-discovery-server/
  8. curator-x-rpc/
  9. src/
  10. .gitignore
  11. DEPENDENCIES
  12. doap.rdf
  13. LICENSE
  14. NOTICE
  15. pom.xml
  16. README.md
README.md

Apache Curator

What's is Apache Curator?

Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service.

Apache Curator includes a high-level 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. For more details, please visit the project website: http://curator.apache.org/

[1] Apache ZooKeeper https://zookeeper.apache.org/