Aias00 opened a new issue, #1247: URL: https://github.com/apache/rocketmq-dashboard/issues/1247
## Problem The instance-scoped Consumer Group list filters stored metadata by `instanceId`, but `RocketMQMetadataProvider` enriches online connection and lag fields through the process-wide default NameServer. With multiple configured instances, an item from the selected instance can therefore display runtime data from a different cluster. ## Proposal Carry `instanceId` through the metadata list provider and resolve runtime enrichment with `RuntimeAdminClientResolver` when an instance is selected. Preserve the legacy default NameServer path only for callers without an instance context. ## Scope Track 1 multi-instance control-plane correctness. This complements #1129/#1130, which scoped Consumer Group detail, progress, and subscription diagnostics but intentionally left list behavior unchanged. -- 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]
