murong00 commented on a change in pull request #9819:
URL: https://github.com/apache/pulsar/pull/9819#discussion_r589900092



##########
File path: site2/docs/reference-configuration.md
##########
@@ -185,6 +185,8 @@ internalListenerName|Specify the internal listener name for 
the broker.<br><br>*
 |brokerDeleteInactiveTopicsFrequencySeconds|  How often to check for inactive 
topics  |60|
 | brokerDeleteInactiveTopicsMode | Set the mode to delete inactive topics. 
<li> `delete_when_no_subscriptions`: delete the topic which has no 
subscriptions or active producers. <li> `delete_when_subscriptions_caught_up`: 
delete the topic whose subscriptions have no backlogs and which has no active 
producers or consumers. | `delete_when_no_subscriptions` |
 | brokerDeleteInactiveTopicsMaxInactiveDurationSeconds | Set the maximum 
duration for inactive topics. If it is not specified, the 
`brokerDeleteInactiveTopicsFrequencySeconds` parameter is adopted. | N/A |
+|forceDeleteTenantAllowed| Allow forced deletion of tenants.|false|

Review comment:
       Done.

##########
File path: conf/broker.conf
##########
@@ -165,6 +165,12 @@ brokerDeleteInactivePartitionedTopicMetadataEnabled=false
 # Topics that are inactive for longer than this value will be deleted
 brokerDeleteInactiveTopicsMaxInactiveDurationSeconds=
 
+# Allow forced deletion of tenants.

Review comment:
       Done.




----------------------------------------------------------------
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:
[email protected]


Reply via email to