PDavid commented on code in PR #2380:
URL: https://github.com/apache/zookeeper/pull/2380#discussion_r3190669518
##########
zookeeper-server/src/main/java/org/apache/zookeeper/common/X509Util.java:
##########
@@ -87,13 +87,17 @@ public abstract class X509Util implements Closeable,
AutoCloseable {
}
}
- public static final String DEFAULT_PROTOCOL = defaultTlsProtocol();
Review Comment:
Thanks, I now implemented lazy initialization to avoid creating the
sslContext every time the method is invoked.
--
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]