Huanli-Meng commented on a change in pull request #8561:
URL: https://github.com/apache/pulsar/pull/8561#discussion_r522996374
##########
File path: conf/broker.conf
##########
@@ -452,6 +452,10 @@ systemTopicEnabled=false
# Please enable the system topic first.
topicLevelPoliciesEnabled=false
+# If a topic remains fenced for this number of seconds, it will be closed
forcefully.
+# If it is 0 or less, the fenced topic will not be closed.
Review comment:
```suggestion
# If it is set to 0 or a negative number, the fenced topic will not be
closed.
```
----------------------------------------------------------------
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]