seekskyworld opened a new pull request, #2343: URL: https://github.com/apache/zookeeper/pull/2343
Summary: - Allow ZKClientConfig to fall back to server-style ssl.* keys when zookeeper.ssl.* is absent. - Add test coverage for the fallback and precedence behavior. - Document zkCli TLS client.properties usage. Motivation: Client config files copied from zoo.cfg (ssl.* keys) don’t populate zookeeper.ssl.* today, which can lead to TLS handshake failures. This makes zkCli client configuration compatible with server-style keys while keeping zookeeper.ssl.* as the preferred form. Validation: - mvn -pl zookeeper-server -Dtest=ZKClientConfigTest test (Passed) -- 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]
