mattisonchao commented on a change in pull request #13805:
URL: https://github.com/apache/pulsar/pull/13805#discussion_r789646230



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java
##########
@@ -867,22 +867,42 @@ public void validateTenantOperation(String tenant, 
TenantOperation operation) {
     }
 
     public void validateNamespaceOperation(NamespaceName namespaceName, 
NamespaceOperation operation) {
+        try {
+            validateNamespaceOperationAsync(namespaceName, operation).get();

Review comment:
       sure, i will fix it ASAP :-) 




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to