lizhanhui commented on code in PR #7550: URL: https://github.com/apache/rocketmq/pull/7550#discussion_r1390552953
########## proxy/src/main/java/org/apache/rocketmq/proxy/service/message/LocalRemotingCommand.java: ########## @@ -32,6 +32,7 @@ public static LocalRemotingCommand createRequestCommand(int code, CommandCustomH cmd.writeCustomHeader(customHeader); cmd.setExtFields(new HashMap<>()); setCmdVersion(cmd); + cmd.makeCustomHeaderToNet(); Review Comment: Include it to make the Test CI Pipeline 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org