nlu90 commented on issue #11502: URL: https://github.com/apache/pulsar/issues/11502#issuecomment-889494965
Which Pulsar version are you using. It seems the 2.8.0 release fixed the problem: ``` ➜ apache-pulsar-2.8.0 ./bin/pulsar-admin topics create persistent://public/default/test-duplicate ➜ apache-pulsar-2.8.0 ./bin/pulsar-admin topics create persistent://public/default/test-duplicate 15:12:02.434 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://localhost:8080/admin/v2/persistent/public/default/test-duplicate] Failed to perform http put request: javax.ws.rs.ClientErrorException: HTTP 409 Conflict This topic already exists Reason: This topic already exists ``` -- 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]
