codelipenghui opened a new issue #8224: URL: https://github.com/apache/pulsar/issues/8224
**Is your feature request related to a problem? Please describe.** Support limits the max namespaces per tenant of the Pulsar cluster. When the namespaces reach the max namespaces of the tenant, the broker should reject the new namespace request. **Describe the solution you'd like** Add `maxNamespacePerTenant=0` in the broker.conf and don't limit by default. ---------------------------------------------------------------- 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]
