qianye1001 commented on code in PR #10519:
URL: https://github.com/apache/rocketmq/pull/10519#discussion_r3433379040
##########
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RequestCode.java:
##########
@@ -82,6 +82,7 @@ public class RequestCode {
public static final int BATCH_ACK_MESSAGE = 200151;
public static final int PEEK_MESSAGE = 200052;
public static final int CHANGE_MESSAGE_INVISIBLETIME = 200053;
+ public static final int BATCH_CHANGE_MESSAGE_INVISIBLETIME = 200153;
Review Comment:
和 batch ack 一样的逻辑,就用这个吧
--
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]