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/01/17 14:58:04 UTC

[GitHub] ambition119 commented on issue #3375: Websocket example not working - Throwing Unexpected server response: 500

ambition119 commented on issue #3375: Websocket example not working - Throwing Unexpected server response: 500
URL: https://github.com/apache/pulsar/issues/3375#issuecomment-455201089
 
 
   In addition to the create, namespace has to be able to be used by standalone.
   ```shell
   $ bin/pulsar standalone
   $ bin/pulsar-admin tenants create my-tenant --allowed-clusters standalone
   $ bin/pulsar-admin namespaces create my-tenant/my-ns
   $ bin/pulsar-admin namespaces set-clusters my-tenant/my-ns --clusters standalone
   ```
   Then run sample.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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