[
https://issues.apache.org/jira/browse/ZOOKEEPER-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ZOOKEEPER-4956:
--------------------------------------
Labels: pull-request-available (was: )
> Provide a HostProvider that uses 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
> For example, server topology change requires updating all client
> configurations and potentially restarting al client applications.
> 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)