racorn commented on pull request #8062:
URL: https://github.com/apache/pulsar/pull/8062#issuecomment-695016776


   @rdhabalia if you have not merged yet, maybe fix cosmetic stuff in 
ConnectionPool:
   ```
   Channel channel = cf.channel();
   try {
       channelInitializerHandler.initChannel(cf.channel(), sniHost);
       channel.connect(new InetSocketAddress(ipAddress, 
port)).addListener((ChannelFuture channelFuture) -> {
   
   ```
   Use `channel` instead of `cf.channel()` in 
`channelInitializerHandler.initChannel(cf.channel(), sniHost);`


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

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


Reply via email to