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/06/25 01:52:43 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #11078: [Issue 10975][config]add 'brokerDeleteInactivePartitionedTopicMetadataEnabled' in conf/standalone.conf

Anonymitaet commented on a change in pull request #11078:
URL: https://github.com/apache/pulsar/pull/11078#discussion_r658413752



##########
File path: conf/standalone.conf
##########
@@ -105,6 +105,11 @@ brokerDeleteInactiveTopicsEnabled=true
 # How often to check for inactive topics
 brokerDeleteInactiveTopicsFrequencySeconds=60
 
+# Metadata of inactive partitioned topic will not be cleaned up automatically by default.
+# Note: If `allowAutoTopicCreation` and this option are enabled at the same time,
+# it may appear that a partitioned topic has just been deleted but is automatically created as a non-partitioned topic.
+brokerDeleteInactivePartitionedTopicMetadataEnabled=false

Review comment:
       ```suggestion
   # By default, metadata of inactive partitioned topics is not cleaned up automatically.
   # Note: If `allowAutoTopicCreation` and `brokerDeleteInactivePartitionedTopicMetadataEnabled` are enabled at the same time,
   # a partitioned topic which has been deleted might be automatically created as a non-partitioned topic.
   brokerDeleteInactivePartitionedTopicMetadataEnabled=false
   ```




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