lizhimins commented on code in PR #5930:
URL: https://github.com/apache/rocketmq/pull/5930#discussion_r1090120323


##########
remoting/src/main/java/org/apache/rocketmq/remoting/RemotingClient.java:
##########
@@ -52,5 +52,7 @@ void registerProcessor(final int requestCode, final 
NettyRequestProcessor proces
 
     boolean isChannelWritable(final String addr);
 
+    boolean isAddressCanConnect(final String addr);

Review Comment:
   Suggest rename it to "isAddressReachable"



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