You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/15 17:25:49 UTC

[GitHub] [pulsar] cckellogg commented on issue #10923: Potentially breaking broker config change in version 2.8

cckellogg commented on issue #10923:
URL: https://github.com/apache/pulsar/issues/10923#issuecomment-861688121


   I think the default settings should be `true` to maintain backwards compatibility. 
   ```
   forceDeleteTenantAllowed=true
   forceDeleteNamespaceAllowed=true
   ```
   The current settings are:
   ```
   # Allow you to delete a tenant forcefully.
   forceDeleteTenantAllowed=false
   
   # Allow you to delete a namespace forcefully.
   forceDeleteNamespaceAllowed=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:
users@infra.apache.org