CURATOR-648: Fixed CuratorFramework#blockUntilConnected documentation (#432)

1 file changed
tree: 0f80282e3d4e9a297d43f0fe67174fc314b815bf
  1. .github/
  2. curator-client/
  3. curator-examples/
  4. curator-framework/
  5. curator-recipes/
  6. curator-test/
  7. curator-test-zk35/
  8. curator-test-zk36/
  9. curator-x-async/
  10. curator-x-discovery/
  11. curator-x-discovery-server/
  12. src/
  13. .gitignore
  14. DEPENDENCIES
  15. doap.rdf
  16. LICENSE
  17. merge-pr.py
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Apache Curator

Maven Central Curator Website Stack Overflow Twitter

What's 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: