yyqdbngt opened a new issue, #1339: URL: https://github.com/apache/rocketmq-dashboard/issues/1339
## Problem The global table in `web/src/pages/studio/GroupManagement.tsx` uses `rowKey="name"`. Consumer Group names are only unique within an instance/cluster, so aggregate results containing the same name in two instances produce duplicate React keys and unstable row rendering. ## Expected behavior Use a stable composite identity such as instance/cluster plus group name while preserving the displayed name. ## Scope - define a composite row key for aggregate Consumer Groups - add a regression test containing two same-named groups from different instances -- 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]
