wolfstudy edited a comment 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, @tcbuzor I am not sure if this is a problem. 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: [email protected] With regards, Apache Git Services
