codelipenghui opened a new issue #9790: URL: https://github.com/apache/pulsar/issues/9790
**Is your feature request related to a problem? Please describe.** Currently, we added the tenants and namespaces force deletion feature in the broker, which allows users to force delete the topics under the namespace or tenants and also delete the namespace or tenant itself. This is a very influential operation, so it's better to provide a way for the Pulsar maintainers to enable or disable the tenants/namespaces force deletion **Describe the solution you'd like** Add new configs: ``` forceDeleteTenantAllowed=false forceDeleteNamespaceAllowed=false ``` It's better to keep the default value to `false`. ---------------------------------------------------------------- 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: us...@infra.apache.org