yuz10 commented on code in PR #4010:
URL: https://github.com/apache/rocketmq/pull/4010#discussion_r844016966


##########
broker/src/main/java/org/apache/rocketmq/broker/processor/ReplyMessageProcessor.java:
##########
@@ -157,8 +158,10 @@ private PushReplyResult pushReplyMessage(final 
ChannelHandlerContext ctx,
         final SendMessageRequestHeader requestHeader,
         final Message msg) {
         ReplyMessageRequestHeader replyMessageRequestHeader = new 
ReplyMessageRequestHeader();
-        
replyMessageRequestHeader.setBornHost(ctx.channel().remoteAddress().toString());
-        replyMessageRequestHeader.setStoreHost(this.getStoreHost().toString());
+        InetSocketAddress bornAddress 
=(InetSocketAddress)(ctx.channel().remoteAddress());

Review Comment:
   Please fix code style to make sure code check pass



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