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

   ## Bug
   
   The routed Group Management page calls `listConsumerGroups()` without an 
`instanceId` and provides no managed-instance selector. The request therefore 
follows the legacy global Apache path, even when Studio manages multiple Apache 
or cloud instances.
   
   Consumer Group detail calls preserve the returned group's `instanceId`, but 
the top-level list can already contain data from the wrong runtime.
   
   ## Expected behavior
   
   - Load managed instances when the page initializes.
   - Select a valid instance before loading consumer groups.
   - Send the selected `instanceId` to `listConsumerGroups`.
   - Clear stale list/detail state when the selection changes or instance 
bootstrap fails.
   
   ## Scope
   
   Frontend-only change to `GroupManagement.tsx` and its tests, reusing the 
existing instance and consumer services.


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