Aias00 opened a new issue, #1323: URL: https://github.com/apache/rocketmq-dashboard/issues/1323
## Problem The metadata API accepts `instanceId` for Consumer Group details, but `consumerService.getConsumerGroup` only accepts a name and drops the selected instance context. Any page that uses this service cannot route detail reads to the selected managed instance. ## Scope Track 1 / multi-instance Consumer Group management. ## Location `web/src/services/consumerService.ts` ## Expected behavior Expose the optional `instanceId` in the service contract and forward it in real API mode, while preserving mock-mode behavior. ## Suggested fix Add an optional `instanceId` argument and regression coverage for forwarding it to `metadataApi.getConsumerGroup`. -- 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]
