RockteMQ-AI commented on issue #1220: URL: https://github.com/apache/rocketmq-dashboard/issues/1220#issuecomment-5212670740
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The client-connection scan wraps `MQAdminExt#examineBrokerClusterInfo` in a try-catch that silently returns an empty set on failure. This conflates "no consumer groups exist" with "could not determine consumer groups", which is a correctness issue for ACL auditing and operational diagnostics. **Root Cause:** Exception from topology discovery is caught and treated as empty result rather than propagated as an error. **Impact:** Admin API returns misleading empty connection lists during broker connectivity issues, potentially masking ACL misconfigurations or network problems. **Severity:** medium The proposed fix — distinguishing empty topology from failed discovery — is correct. *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]
