Aias00 opened a new issue, #1249: URL: https://github.com/apache/rocketmq-dashboard/issues/1249
## Problem `RocketMQMetadataProvider.getTopicConsumers` catches every failure from the broker query and returns an empty list. The Topic detail UI cannot distinguish a topic with no consumer groups from an unavailable NameServer/Broker/runtime admin path. ## Proposal Return a structured 502 error for the outer Topic-consumer discovery failure. Keep the existing per-group best-effort fallback: if a discovered group has unavailable statistics, retain that group with its metrics omitted. ## Scope Track 1 runtime diagnostic failure semantics. This complements #1143, which covers Topic routes and Consumer Group progress but does not change the outer Topic-consumer discovery catch path. -- 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]
