zhtaoxiang commented on code in PR #12404:
URL: https://github.com/apache/pinot/pull/12404#discussion_r1487242727


##########
pinot-core/src/main/java/org/apache/pinot/core/transport/ChannelHandlerFactory.java:
##########
@@ -36,8 +38,9 @@
  * The {@code ChannelHandlerFactory} provides all kinds of Netty 
ChannelHandlers
  */
 public class ChannelHandlerFactory {
-
   public static final String SSL = "ssl";
+  private static final Map<TlsConfig, SslContext> CLIENT_SSL_CONTEXTS_CACHE = 
new ConcurrentHashMap<>();

Review Comment:
   That is a great idea!



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to