RockteMQ-AI commented on issue #4260: URL: https://github.com/apache/rocketmq-dashboard/issues/4260#issuecomment-5650133563
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `RocketMQAdminClientImpl` treats two legitimate group states as hard failures: (1) groups created but whose clients never connected (no retry topic route yet), and (2) groups using broadcast mode (no retry topic by design). Both are normal operational states, not errors. **Impact:** Consumer group detail and offset-reset preview are unusable for newly created groups or broadcast-mode groups, which are common in production environments. **Severity:** medium A fix PR (#4261) is already linked. Thank you for the detailed report with concrete reproduction scenarios. --- *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]
