RockteMQ-AI commented on issue #2878: URL: https://github.com/apache/rocketmq-dashboard/issues/2878#issuecomment-5487719350
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been analyzed. The mock consumer-group service appears to lack proper `instanceId` isolation in its CRUD operations (list, load, refresh, delete). **Root Cause:** Mock mode does not preserve or use instance ownership information when managing consumer groups, causing cross-instance interference when group names collide. **Impact:** Medium - Affects Studio mock mode users running multiple instances with overlapping group names. Real API behavior is unaffected. **Severity:** Medium This is a valid bug that should be fixed to ensure mock mode behavior matches the real API's instance-scoped operations. --- *Automated evaluation by github-manager-bot* -- 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]
