RockteMQ-AI commented on issue #2634: URL: https://github.com/apache/rocketmq-dashboard/issues/2634#issuecomment-5440312531
**Issue Evaluation** Category: bug | Status: **Confirmed** This is a valid race condition. When multiple consumer settings modals are open or rapidly switched, a stale API response can be applied to the wrong consumer group. The UI does not validate that the response matches the currently selected group before applying changes. **Root Cause:** Missing request-response correlation — no check that the response group ID matches the modal target. **Impact:** Incorrect consumer group configuration applied silently. **Severity:** Medium — could cause misconfiguration in production. --- *Automated evaluation by github-manager* -- 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]
