You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/03 03:49:26 UTC

[GitHub] [pulsar] zymap commented on issue #5683: Cannot create topic under sample/standalone/ns1

zymap commented on issue #5683: Cannot create topic under sample/standalone/ns1
URL: https://github.com/apache/pulsar/issues/5683#issuecomment-560986261
 
 
   hi @candlerb, 
   If you are using curl to request the service. You should request the v1 version of the service.
   
   In the Pulsar admin, we are using the namespace name to distinguish the client should request which version of the service. And there are some methods that are not supported in the v1 version of the service. Like the create a non-partitioned topic you are trying.
   
   You can find the supported method from here: 
   https://github.com/apache/pulsar/tree/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1.
   Or you can find them in the past documentation.

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


With regards,
Apache Git Services