RockteMQ-AI commented on issue #2250: URL: https://github.com/apache/rocketmq-dashboard/issues/2250#issuecomment-5303068240
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Branch:** `rocketmq-studio` The mock client connection data in `web/src/mock/clients.ts` returns a static list without filtering by instance. In mock/development mode, this means the client connection view shows connections from all instances regardless of which instance the user is viewing, leaking unrelated data into the UI. **Root Cause:** Mock data providers do not apply instance-scoped filtering. The `ClientConnection` interface includes `clusterName` but the mock data is returned unconditionally. **Impact:** In development/mock mode, users see client connections from unrelated instances. While this only affects mock mode (not production), it creates a misleading development experience and could mask instance-scoping bugs in the real API layer. **Severity:** Low — mock/development mode only, no production impact. **Verified at:** `web/src/mock/clients.ts` An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
