RongtongJin commented on code in PR #7544: URL: https://github.com/apache/rocketmq/pull/7544#discussion_r1386221982
########## common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java: ########## @@ -223,6 +223,8 @@ public class BrokerConfig extends BrokerIdentity { private boolean enablePopBatchAck = false; private boolean enableNotifyAfterPopOrderLockRelease = true; private boolean initPopOffsetByCheckMsgInMem = true; + // read message from pop retry topic v1, for the compatibility, will be removed in the next version + private boolean retrieveMessageFromPopRetryTopicV1 = true; Review Comment: If retrieveMessageFromPopRetryTopicV1 is later removed, some ecosystem-related proxies (such as MQTT proxy) will need to be synchronized and modified accordingly. -- 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