zymap commented on issue #5683: Cannot create topic under sample/standalone/ns1
URL: https://github.com/apache/pulsar/issues/5683#issuecomment-555472456
 
 
   
   Hi @candlerb, 
   I think this tenant and namespace should remove from the standalone.
   
   here is a PIP for removing the cluster of a namespace: 
https://github.com/apache/pulsar/wiki/PIP-10:-Remove-cluster-for-namespace-and-topic-names.
   
   A topic name consists of `domain`, `tenant`, `namespace`, and `topic`. The 
latest version of Pulsar already removes the cluster name for a topic name. The 
tenant name and namespace name can not include the `/` because we use the `/` 
to separate it. You can use `-=:.` to create a namespace name if you need to 
create a name with multipart. As far as I know, there is nothing to restrict 
the topic name. So you can use any characters as your topic name.
   
   And here has an admin API doc might can help you: 
https://pulsar.apache.org/admin-rest-api/?version=2.4.1.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to