ConcurrencyPractitioner commented on issue #3450: Adding configuration to disable auto-topic creation URL: https://github.com/apache/pulsar/pull/3450#issuecomment-460896761 Hi @sijie I am having some trouble with lombok and ServerConfiguration. The methods in this particular class are autogenerated, but in my case, for the config ```allowAutoTopicCreation``` (which is a boolean value), it does not function. Here is my error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project pulsar-broker: Compilation failure [ERROR] /Users/richardyu/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java:[64,34] cannot find symbol [ERROR] symbol: method setAllowAutoTopicCreaion(boolean)
---------------------------------------------------------------- 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
