RockteMQ-AI commented on issue #1323: URL: https://github.com/apache/rocketmq-dashboard/issues/1323#issuecomment-5232183968
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid issue. The consumer group detail service drops the `instanceId` context when routing reads, which prevents multi-instance deployments from selecting the correct managed instance for detail views. **Root Cause:** `consumerService.getConsumerGroup` does not forward the optional `instanceId` parameter to the underlying API call. **Impact:** Multi-instance Consumer Group management cannot route detail reads to the selected instance. **Severity:** Medium — affects the multi-instance management feature track. PR #1324 addresses this. The fix approach (exposing optional `instanceId` in the service contract) is correct. --- *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]
