Li Wang created ZOOKEEPER-4956: ---------------------------------- Summary: Provide HostProvider that use DNS SRV record for dynamic server discovery Key: ZOOKEEPER-4956 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4956 Project: ZooKeeper Issue Type: New Feature Components: java client Environment: * Reporter: Li Wang
Currently, ZooKeeper clients use static configuration of server endpoints through connection strings. This creates operational challenges in dynamic environments like cloud deployments, container orchestration platforms, and auto-scaling scenarios. This ticket provides a `DnsSrvHostProvider` that leverages DNS SRV records for dynamic service discovery, allowing clients to automatically discover ZooKeeper servers without hardcoded configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)