RockteMQ-AI commented on issue #1163: URL: https://github.com/apache/rocketmq-dashboard/issues/1163#issuecomment-5205854823
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue is valid. `RocketMQMetadataProvider` catches exceptions from Topic route lookup and Consumer Group progress lookup and converts them to empty lists, making failures indistinguishable from legitimately empty results at the API layer. **Root Cause:** Exception handling in route/progress lookup silently swallows failures into empty collections. **Impact:** Operators cannot distinguish between "no routes/progress" and "instance unreachable" — critical for debugging production issues. **Severity:** Medium — operational visibility degradation. An automated fix proposal can be generated if the community confirms. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- 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]
