CURATOR-699. Upgrade ZooKeeper version to 3.9 (#496)

Signed-off-by: tison <wander4096@gmail.com>
17 files changed
tree: e3e65982f7424f4db44206627bf269cd34c93720
  1. .github/
  2. .mvn/
  3. curator-client/
  4. curator-examples/
  5. curator-framework/
  6. curator-recipes/
  7. curator-test/
  8. curator-test-zk35/
  9. curator-test-zk36/
  10. curator-test-zk37/
  11. curator-test-zk38/
  12. curator-x-async/
  13. curator-x-discovery/
  14. curator-x-discovery-server/
  15. .asf.yaml
  16. .gitignore
  17. DEPENDENCIES
  18. doap.rdf
  19. LICENSE
  20. licenserc.toml
  21. merge-pr.py
  22. mvnw
  23. mvnw.cmd
  24. NOTICE
  25. pom.xml
  26. README.md
README.md

Apache Curator

Maven Central Curator Website Stack Overflow Twitter

What is Apache Curator?

Apache Curator is a Java/JVM client library for Apache ZooKeeper, 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: