murong00 commented on a change in pull request #6027: [Issue 5999] Support 
create/update tenant with empty cluster
URL: https://github.com/apache/pulsar/pull/6027#discussion_r367193013
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/TenantsBase.java
 ##########
 @@ -220,10 +222,21 @@ public void deleteTenant(
         }
     }
 
+    private Set<String> getNonBlankClusters(Set<String> allowedClusters) {
 
 Review comment:
   This check is only used to make the request with blank clusters valid,i.e. 
use `new TenantInfo()` for create/update.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to