poorbarcode opened a new pull request, #17338: URL: https://github.com/apache/pulsar/pull/17338
### Motivation When a namespace containing partitioned topics is deleted, will throw the topic not found exception.  <strong>(High light)</strong> Should use API `deletePartitionedTopicAsync` to delete partitioned system topic. ### Modifications - Use `cmd-deletePartitionedTopicAsync` to delete partitioned system topic. - Add tests: delete namespace. ### Documentation - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc` - [ ] `doc-complete` -- 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]
