RockteMQ-AI commented on issue #10405: URL: https://github.com/apache/rocketmq/issues/10405#issuecomment-5328032398
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The behavior where orderly consumer creates a `%RETRY%` topic on a broker that does not contain the original topic when `maxReconsumeTimes` is reached is a valid issue. The retry topic should be created on the same broker as the original topic to maintain ordering guarantees. **Root Cause:** Retry topic auto-creation logic does not check which broker hosts the original topic. **Impact:** Ordering guarantees broken for retry messages in orderly consumption. **Severity:** Medium --- *Automated evaluation by RockteMQ-AI* -- 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]
