yuz10 commented on code in PR #9800:
URL: https://github.com/apache/rocketmq/pull/9800#discussion_r2634324557
##########
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RequestCode.java:
##########
@@ -86,6 +86,18 @@ public class RequestCode {
public static final int POLLING_INFO = 200055;
public static final int POP_ROLLBACK = 200056;
+ public static final int POP_LITE_MESSAGE = 200070;
+ public static final int LITE_SUBSCRIPTION_CTL = 200071;
+ public static final int ACK_LITE_MESSAGE = 200072;
Review Comment:
ACK_LITE_MESSAGE is not used
--
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]