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


##########
common/src/main/java/org/apache/rocketmq/common/message/MessageConst.java:
##########
@@ -95,6 +95,7 @@ public class MessageConst {
     public static final String PROPERTY_TIMER_ROLL_TIMES = "TIMER_ROLL_TIMES";
     public static final String PROPERTY_TIMER_OUT_MS = "TIMER_OUT_MS";
     public static final String PROPERTY_TIMER_DEL_UNIQKEY = 
"TIMER_DEL_UNIQKEY";
+    public static final String PROPERTY_TIMER_DEL_FLAG = "TIMER_DEL_FLAG";

Review Comment:
   定时消息的删除原本就有实现,用的好像是另一个请求 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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to