verdaster opened a new issue #5565: Zookeeper znodes not created for partitioned topics if allowAutoTopicCreation=false URL: https://github.com/apache/pulsar/issues/5565 I've come into an issue when allowAutoTopicCreation is set to false and partitioned topic is created, then pulsar will not create znodes for partitions in managed ledgers and then subscriptions fails with error org.apache.pulsar.client.api.PulsarClientException: No value present **To Reproduce** Steps to reproduce the behavior: 1. set allowAutoTopicCreation to false in broker.conf 2. create partitioned topic 3. subscribe to created topic 4. See error **Expected behavior** Pulsar should create znodes in managed-ledgers. **Desktop (please complete the following information):** - OS: Ubuntu 18.04
---------------------------------------------------------------- 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
