onejimmyboy commented on PR #7257:
URL: https://github.com/apache/rocketmq/pull/7257#issuecomment-1694870153
> IMO, it's not necessary to generate pop retry on startup. When retry
message revives, pop retry topic will be create automaticazidong
自动生成的是:MixAll.RETRY_GROUP_TOPIC_PREFIX + cid + "_" + topic;不满足有些方法的需求
public static String buildPopRetryTopic(String topic, String cid) {
return MixAll.RETRY_GROUP_TOPIC_PREFIX + cid + "_" + topic;
}
--
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]