Aias00 opened a new issue, #1251:
URL: https://github.com/apache/rocketmq-dashboard/issues/1251

   ## Problem
   
   `RocketMQMetadataProvider.getGroupSubscriptions` catches broker/admin 
failures and returns an empty list. The Consumer Group detail view cannot 
distinguish an offline group with no subscriptions from an unavailable runtime 
diagnostic path.
   
   ## Proposal
   
   Return a structured 502 error for the diagnostic request failure. Preserve 
an empty list only when the broker successfully reports no subscriptions.
   
   ## Scope
   
   Track 1 runtime diagnostic failure semantics. This is intentionally combined 
with #1249 in one focused provider-level PR because both change the same 
failure contract and test class.


-- 
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]

Reply via email to