sijie commented on issue #3450: Adding configuration to disable auto-topic 
creation
URL: https://github.com/apache/pulsar/pull/3450#issuecomment-457885300
 
 
   @ConcurrencyPractitioner : cool.
   
   pulsar broker uses managed ledger to store the topic partitions. there is 
actually a config in managed ledger `createIfMissing` - 
https://github.com/apache/pulsar/blob/master/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerConfig.java#L71
 . if auto create topic is disabled, then you can disable `createIfMissing`.
   
   Hope this gives you some entries for you to check out the code.

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

Reply via email to