You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/10/13 14:49:24 UTC

[GitHub] [pulsar] hangc0276 opened a new pull request #12350: Update delete inactive topic configuration documentation

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hangc0276 merged pull request #12350: Update delete inactive topic configuration documentation

Posted by GitBox <gi...@apache.org>.
hangc0276 merged pull request #12350:
URL: https://github.com/apache/pulsar/pull/12350


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org