3424672656 commented on code in PR #9142: URL: https://github.com/apache/rocketmq/pull/9142#discussion_r1922045100
########## 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