prasathsekar opened a new issue, #22771: URL: https://github.com/apache/pulsar/issues/22771
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version 3.2.3 ### Minimal reproduce step root@localhost:/usr/local/pulsar# bin/pulsar-admin topics delete-partitioned-topic persistent://public/default/topic 2024-05-23T14:31:10,250+0000 [AsyncHttpClient-7-2] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:8080/admin/v2/persistent/public/default/topic/partitions?force=false&deleteSchema=true] Failed to perform http delete request: javax.ws.rs.NotFoundException: HTTP 404 {"reason":"Partitioned Topic persistent://public/default/topic not found"} Partitioned Topic persistent://public/default/topic not found Reason: Partitioned Topic persistent://public/default/topic not found ### What did you expect to see? Partitioned Topics need to removed ### What did you see instead? Shows topics not found ### Anything else? Need to create the Partitioned topic with same name ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
