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/04/16 01:44:49 UTC

[GitHub] [pulsar] tuteng commented on issue #4049: Cant use the Admin Rest API

tuteng commented on issue #4049: Cant use the Admin Rest API
URL: https://github.com/apache/pulsar/issues/4049#issuecomment-483479155
 
 
   @Xlingxiao 
   ```
   create
   curl -v -H 'Content-type':'application/json' -X PUT -d "4" http://localhost:8080/admin/v2/persistent/lx/java/test2/partitions
   update
   curl -v -H 'Content-type':'application/json' -X POST -d "10" http://localhost:8080/admin/v2/persistent/lx/java/test2/partitions
   ```

----------------------------------------------------------------
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