codelipenghui commented on a change in pull request #8267:
URL: https://github.com/apache/pulsar/pull/8267#discussion_r506252402
##########
File path: conf/broker.conf
##########
@@ -201,6 +201,10 @@ brokerDeduplicationProducerInactivityTimeoutMinutes=360
# value will be used as the default
defaultNumberOfNamespaceBundles=4
+# The maximum number of namespaces that each tenant can create
+# This configuration is not precise control, in a concurrent scenario, the
threshold will be exceeded
+maxNamespacePerTenant=0
Review comment:
```suggestion
maxNamespacesPerTenant=0
```
----------------------------------------------------------------
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]