candlerb commented on issue #5683: Cannot create topic under sample/standalone/ns1 URL: https://github.com/apache/pulsar/issues/5683#issuecomment-555486084 The REST API doc shows e.g. `https://pulsar.apache.org/admin/v2/namespaces/{tenant}/{namespace}` - it doesn't mention the optional `{cluster}` part. At least, I can delete the sample namespace and tenant: ``` $ apache-pulsar-2.4.1/bin/pulsar-admin namespaces delete sample/standalone/ns1 $ apache-pulsar-2.4.1/bin/pulsar-admin tenants delete sample ``` I agree it would be a good idea to remove this from the default standalone configuration. PIP-10 says: > All REST APIs and tools will accept both naming schemes, though the documentation will just refer to the new naming, to avoid confusion. I think it should be mentioned *somewhere* in the documentation that older versions of pulsar had this extra level in the namespace; otherwise it causes confusion for anyone who happens to come across it (as it did for me)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
