CURATOR-262. Fix sleepMs overflow (#490)

Co-authored-by: shenjianeng <sjn@dxy.cn>
1 file changed
tree: 2f60509134c92dbd0e09adcee89ced875b9fad2b
  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-x-async/
  11. curator-x-discovery/
  12. curator-x-discovery-server/
  13. .asf.yaml
  14. .gitignore
  15. DEPENDENCIES
  16. doap.rdf
  17. LICENSE
  18. licenserc.toml
  19. merge-pr.py
  20. mvnw
  21. mvnw.cmd
  22. NOTICE
  23. pom.xml
  24. 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: