commit | 3bc3ea1904c62b7e3e0b94a079a13fd88790df1b | [log] [tgz] |
---|---|---|
author | Kezhu Wang <kezhuw@apache.org> | Thu Aug 28 01:57:49 2025 +0800 |
committer | GitHub <noreply@github.com> | Thu Aug 28 01:57:49 2025 +0800 |
tree | 7dba2ff3de9e38c1b4f9a462422b8c1abe068235 | |
parent | 0b549b7ef4c56cf4a2f30393ab31a4d67c493327 [diff] |
Add builder to construct InstanceSpec (#1275) It is hard for us to know what does `new InstanceSpec(null, -1, -1, -1, true, -1, -1, -1)` means now. Closes #1222.
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: