RockteMQ-AI commented on issue #1251: URL: https://github.com/apache/rocketmq-dashboard/issues/1251#issuecomment-5218122903
## 🤖 AI Assistant Analysis (Corrected) **Category:** `bug` | **Status:** Confirmed | **Severity:** medium After reviewing the issue details, this is a valid bug fix proposal. **Problem:** `RocketMQMetadataProvider.getGroupSubscriptions` currently returns an empty list for both "no subscriptions" and "runtime unavailable" cases, making it impossible for the Consumer Group detail view to distinguish between an offline group and a diagnostic failure. **Proposed Fix:** Return a structured 502 error for diagnostic request failures while preserving empty list only when the broker successfully reports no subscriptions. **Assessment:** This is a well-scoped fix that improves error reporting correctness. The change is isolated to the provider-level failure contract and should not break existing functionality. --- *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]
