RongtongJin commented on code in PR #5027:
URL: https://github.com/apache/rocketmq/pull/5027#discussion_r969609951


##########
common/src/main/java/org/apache/rocketmq/common/protocol/ResponseCode.java:
##########
@@ -92,6 +92,12 @@ public class ResponseCode extends RemotingSysResponseCode {
 
     public static final int FLOW_CONTROL = 215;
 
+    public static final int WHEEL_TIMER_MSG_ILLEGAL = 216;
+
+    public static final int WHEEL_TIMER_FLOW_CONTROL = 217;
+
+    public static final int WHEEL_TIMER_NOT_ENABLE = 218;
+

Review Comment:
   IMO, It would be better not to add a new response code



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