2011shenlin commented on code in PR #5123:
URL: https://github.com/apache/rocketmq/pull/5123#discussion_r980855845


##########
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingClient.java:
##########
@@ -602,7 +705,7 @@ private Channel createChannel(final String addr) throws 
InterruptedException {
                 }
 
                 if (createNewConnection) {
-                    ChannelFuture channelFuture = 
this.bootstrap.connect(RemotingHelper.string2SocketAddress(addr));
+                    ChannelFuture channelFuture = 
fetchBootstrap(addr).connect(RemotingUtil.string2SocketAddress(addr));

Review Comment:
   The domain name has been resolved locally here



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