sleungtoast opened a new issue #5395: Enable/disable allowAutoTopicCreation per 
namespace
URL: https://github.com/apache/pulsar/issues/5395
 
 
   **Is your feature request related to a problem? Please describe.**
   Currently, `allowAutoTopicCreation` is set as a broker configuration. 
Generally in my cluster, I want to set that to false to lock down auto topic 
creation. However, there are still some use cases where topics change a lot and 
dynamic topic creation would be easier.
   
   **Describe the solution you'd like**
   I want to be able to turn on/off `allowAutoTopicCreation` in certain 
namespaces.
   
   **Describe alternatives you've considered**
   - Add the creation of new topics to our terraform definition and run that 
tool, but we keep that config in source control and it would be complex and 
frequently updated (many times a day) in order to create all the topics we need.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to