liangyuanpeng edited a comment on issue #11503: URL: https://github.com/apache/pulsar/issues/11503#issuecomment-901669251
Use `pulsar-admin` tested in pulsar 2.8.0 and got 404(Topic not found). ``` [root@node123 apache-pulsar-2.8.0]bin/pulsar-admin topics delete persistent://public/default/tp1 03:12:04.232 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:8080/admin/v2/persistent/public/default/tp1?force=false&deleteSchema=false] Failed to perform http delete request: javax.ws.rs.NotFoundException: HTTP 404 Not Found Topic not found ``` And use rest-api test again.(use force=true&deleteSchema=true), just got 204. -- 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]
