hoyo1744 opened a new pull request, #2342:
URL: https://github.com/apache/zookeeper/pull/2342

   ## Summary
   Add DNS fallback feature to improve client resilience during DNS server 
outages.
   
   ## JIRA
   https://issues.apache.org/jira/browse/ZOOKEEPER-5014
   
   ## Changes
   - Add `zookeeper.client.dnsFallback.enabled` option (default: false)
   - Cache resolved IP addresses in StaticHostProvider
   - Use cached IP when DNS resolution fails (if enabled)
   
   ## Testing
   - Added unit tests for DNS fallback scenarios


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to