1782935682 opened a new issue, #7884: URL: https://github.com/apache/rocketmq/issues/7884
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment 1 ### RocketMQ version release-5.2.0 ### JDK Version 1.8 ### Describe the Bug The topicRouter is not updated when I delete a topic in the broker org.apache.rocketmq.tools.admin.DefaultMQAdminExtImpl#deleteTopicInBroker <img width="1142" alt="image" src="https://github.com/apache/rocketmq/assets/49970811/859d1696-c4bf-4653-88c6-d1b28020fca4"> <img width="1011" alt="image" src="https://github.com/apache/rocketmq/assets/49970811/8621d34e-6ea3-46fb-9804-91b377ea8478"> ### Steps to Reproduce 1. create topic 2. delete topic in broker 3. query topic router ### What Did You Expect to See? the topicRouter shoud be updated when delete topic in broker ### What Did You See Instead? 1 ### 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]
