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/03/27 16:41:50 UTC

[GitHub] [pulsar] lovelle commented on issue #3877: Read timeout when listing topics

lovelle commented on issue #3877: Read timeout when listing topics 
URL: https://github.com/apache/pulsar/issues/3877#issuecomment-477245661
 
 
   Hi! @david-streamlio I wasn't able to reproduce this on master branch.
   My set of steps trying to reproduce this were (all went ok):
   
   ```
   # Run standalone server
   $ ./bin/pulsar standalone
   
   $ ./bin/pulsar-admin tenants create auto
   $ ./bin/pulsar-admin namespaces create auto/electric
   $ ./bin/pulsar-admin topics create persistent://auto/electric/tesla
   $ ./bin/pulsar-admin topics list auto/electric
   persistent://auto/electric/tesla
   ```
   
   Maybe I missed something ?

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