tju-yxq opened a new issue, #1785: URL: https://github.com/apache/rocketmq-dashboard/issues/1785
deleteTopic and doDeleteConsumerGroup use getAllMasterBrokerAddrs instead of getMasterBrokerAddrsForCluster. In a multi-cluster NameServer, deleting a topic/group removes it from ALL brokers across ALL clusters, not just the target cluster. This is the same bug pattern as the createTopic fix (#1428) which was already fixed but delete operations were missed. -- 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]
