Alonexc commented on code in PR #3640:
URL: https://github.com/apache/eventmesh/pull/3640#discussion_r1160402383
##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/ReplyMessageProcessor.java:
##########
@@ -78,7 +78,7 @@ public void processRequest(ChannelHandlerContext ctx,
AsyncContext<HttpCommand>
String localAddress = IPUtils.getLocalAddress();
Review Comment:
Add this line of code.
final String channelRemoteAddr =
RemotingHelper.parseChannelRemoteAddr(ctx.channel());
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]