lizhimins commented on code in PR #7301:
URL: https://github.com/apache/rocketmq/pull/7301#discussion_r1316873289


##########
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RequestCode.java:
##########
@@ -275,13 +275,17 @@ public class RequestCode {
      * clean broker data
      */
     public static final int CLEAN_BROKER_DATA = 1011;
+    public static final int CONTROLLER_GET_NEXT_BROKER_ID = 1012;

Review Comment:
   这些协议上的内容需要谨慎评估下



##########
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RequestCode.java:
##########
@@ -275,13 +275,17 @@ public class RequestCode {
      * clean broker data
      */
     public static final int CLEAN_BROKER_DATA = 1011;
+    public static final int CONTROLLER_GET_NEXT_BROKER_ID = 1012;

Review Comment:
   这些协议上的内容需要谨慎评估下



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

Reply via email to