Default mechanism for creating a ZooKeeperClient from kestrel's ZooKeeperConfig.
Default mechanism for creating a ZooKeeperClient from kestrel's ZooKeeperConfig.
If credentials are given, they are passed as digest credentials along with the configured session timeout and host/port. In the absence of credentials, an unauthorized connection is attempted.
Default mechanism for creating a ServerSet from kestrel's ZooKeeperConfig, a previously created ZooKeeperClient, and the node type (always "read" or "write").
Default mechanism for creating a ServerSet from kestrel's ZooKeeperConfig, a previously created ZooKeeperClient, and the node type (always "read" or "write").
The ZooKeeper node is determined by taking the configured path prefix and appending a slash and the node type. The configured ACL is used to create the node. If the ACL is not OpenUnsafeACL, credentials must have been provided during creation of the ZooKeeperClient.