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/08/21 02:10:58 UTC

[GitHub] [pulsar] wolfstudy commented on issue #4988: Producer create method blocked forever

wolfstudy commented on issue #4988: Producer create method blocked forever 
URL: https://github.com/apache/pulsar/issues/4988#issuecomment-523265675
 
 
   > there are no partitions available in the broker,
   
   By default, when the used topic is not created, the specified topic is automatically created when the producer is created. We can modify this behavior in `broker.conf`:
   
   ```
   # Enable topic auto creation if new producer or consumer connected (disable auto creation with value false)
   allowAutoTopicCreation=true
   ```
   
   Can you provide a simple code to stabilize this problem?
   
   

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