ambition119 edited a comment 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, tenant, 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
   ```
   or you can update tenant, namespace default value public/default/my-topic1, 
   then run example.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to