haiyanghan commented on code in PR #6730:
URL: https://github.com/apache/rocketmq/pull/6730#discussion_r1211848325


##########
broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java:
##########
@@ -1025,9 +1025,7 @@ public void registerProcessor() {
         replyMessageProcessor.registerSendMessageHook(sendMessageHookList);
 
         this.remotingServer.registerProcessor(RequestCode.SEND_REPLY_MESSAGE, 
replyMessageProcessor, replyMessageExecutor);
-        
this.remotingServer.registerProcessor(RequestCode.SEND_REPLY_MESSAGE_V2, 
replyMessageProcessor, replyMessageExecutor);

Review Comment:
   @aaron-ai hi, I have optimized the compatibility issue, Preserved `SEND_ 
REPLY_ MESSAGE` and `SEND_ REPLY_ MESSAGE_ V2` request code And the 
corresponding `processor`



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