Technoboy- commented on a change in pull request #11085:
URL: https://github.com/apache/pulsar/pull/11085#discussion_r661201433



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConnectionPool.java
##########
@@ -294,9 +294,13 @@ void closeAllConnections() {
             return toCompletableFuture(bootstrap.register())
                     .thenCompose(channel -> channelInitializerHandler
                             .initTls(channel, sniHost != null ? sniHost : 
remoteAddress))
+                    .thenCompose(channel -> channelInitializerHandler
+                            .initSocks5IfConfig(channel))

Review comment:
       Yes, If config socks5 and TLS,  socks5 proxy will be the first handler.




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