sijie commented on issue #3450: Adding configuration to disable auto-topic creation URL: https://github.com/apache/pulsar/pull/3450#issuecomment-460158186 @ConcurrencyPractitioner I think you need to verify following cases: when autoCreateTopic is disabled, 1) you can't publish or consume from topics when topics are not explicitly created. 2) you can create partitioned and non-partitions topics from pulsar admin rest endpoint. You can add a new test case to pulsar-broker module. There are plenty test cases using MockedPulsarServiceBaseTest, you can check them out as examples.
---------------------------------------------------------------- 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
