codelipenghui opened a new issue #8225: URL: https://github.com/apache/pulsar/issues/8225
**Is your feature request related to a problem? Please describe.** Support limits the max topics per namespace of the Pulsar cluster. When the topics reach the max topics of the namespace, the broker should reject the new topic request(include topic auto-created by the producer or consumer). **Describe the solution you'd like** Add `maxTopicsPerNamespace=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]
