RockteMQ-AI commented on issue #1428: URL: https://github.com/apache/rocketmq-dashboard/issues/1428#issuecomment-5236487668
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** Topic and consumer group operations targeting all brokers across all clusters instead of the specified cluster is a valid bug. This is a significant correctness issue — operations should be scoped to the selected cluster. **Root Cause:** The operation logic does not filter brokers by the selected cluster, broadcasting to all known brokers instead. **Impact:** Potentially destructive — creating/deleting topics or modifying consumer groups on unintended clusters. Data safety risk. **Severity:** Critical — cross-cluster side effects in a management console. **Suggested fix:** Ensure all topic/consumer-group operations use the cluster-scoped admin client, filtering brokers by the selected cluster ID. --- *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]
