tju-yxq commented on issue #1785:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1785#issuecomment-5269425810

   ## Clarification after re-checking
   
   This issue is a follow-up to #1428 / #1429, not an entirely separate class 
of bug. The earlier fix scoped create/update topic and consumer-group 
operations, while this report covers delete paths.
   
   The wording in the original issue was too strong because it read like a live 
multi-cluster reproduction. The current evidence for this follow-up is code 
inspection plus focused unit coverage added in PR #1787.
   
   Additional validation added in PR #1787:
   
   ```bash
   mvn -DskipTests=false 
-Dtest=RocketMQAdminClientImplTest#deleteTopicScopesBrokerDeletionToSelectedClusterOnly+deleteConsumerGroupScopesBrokerDeletionToSelectedClusterOnly
 test
   ```
   
   Result: `BUILD SUCCESS`, `Tests run: 2, Failures: 0, Errors: 0, Skipped: 0`.
   
   The test models a two-cluster broker topology and verifies that delete 
operations use only the selected cluster's master broker address instead of the 
other cluster's broker.
   


-- 
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]

Reply via email to