hangc0276 opened a new pull request #12350:
URL: https://github.com/apache/pulsar/pull/12350


   ### Motivation
   When users turn on `brokerDeleteInactiveTopics` and turn off 
`allowAutoTopicCreation`, the broker will delete some inactive partitions of 
the topic and can't be created when new producers and consumers connected to 
it. It will make users confused. 
   
   In fact, the `brokerDeleteInactiveTopicsEnabled` need to cooperate with 
`allowAutoTopicCreation` parameters. If brokerDeleteInactiveTopicsEnabled is 
set to true, we should ensure that allowAutoTopicCreation is also set to true.
   
   ### Modification
   Add some comments for `brokerDeleteInactiveTopicsEnabled` parameter to 
clarify its usage.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to