CURATOR-524. Fix all URLs as https (#431)

Signed-off-by: tison <wander4096@gmail.com>
8 files changed
tree: e90b6b4dcb9f6ec5a0977f0cbed0789fdb1b7937
  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: