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

   ## Problem
   
   `web/src/pages/studio/GroupManagement.tsx` lists aggregate Consumer Groups 
that can include `instanceId`, but `handleViewDetail` calls 
`getConsumerSubscriptions(group.name)` and `getConsumerProgress(group.name)` 
without forwarding that instance. Same-named groups across instances can 
therefore show diagnostics from the default or wrong cluster.
   
   ## Expected behavior
   
   Forward `group.instanceId` to both detail requests and preserve it 
throughout the service/API path.
   
   ## Scope
   
   - update the global Group Management page
   - add same-named, multi-instance regression coverage
   
   This is separate from #1323, which covers the `getConsumerGroup` service 
call rather than these subscriptions/progress calls.
   


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