duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252094403
########## File path: remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RemotingCommand.java ########## @@ -174,6 +176,34 @@ public CommandCustomHeader decodeCommandCustomHeader( return CodecHelper.decodeCommandCustomHeader(this, classHeader); } + public void makeCustomHeaderToNet() { Review comment: Please use this method in CodecHelper class instead ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services