shirenchuang opened a new issue, #7159: URL: https://github.com/apache/rocketmq/issues/7159
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary UpdateTopicSubCommand 创建/更新Topic的命令中;如果是选择`-c` 集群的模式; 在遍历循环过程中,如果有一个异常了,会阻碍其他Broker的执行; 我觉得这里可以改一下;如果有Broker执行失败,则跳过;不影响整个流程 然后把成功的和失败的打印一下就行了 UpdateTopicSubCommand in the command to create/update Topic; if it is the mode of selecting -c cluster; During the traversal cycle, if there is an exception, it will prevent the execution of other Brokers; I think it can be changed here; if there is a Broker execution failure, it will be skipped; it will not affect the entire process Then print the success and failure.  ### Motivation 用户更新Topic的时候不会因为某个Broker失败而整体全部失败; When the user updates the Topic, it will not fail because of a Broker failure; ### Describe the Solution You'd Like 遍历流程中将请求Catch住 Catch will be requested during the traversal process ### Describe Alternatives You've Considered 。 ### Additional Context _No response_ -- 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]
