315157973 commented on a change in pull request #11596:
URL: https://github.com/apache/pulsar/pull/11596#discussion_r684756457



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java
##########
@@ -227,7 +227,8 @@ protected void internalDeleteNamespace(AsyncResponse 
asyncResponse, boolean auth
         boolean isEmpty;
         List<String> topics;
         try {
-            topics = 
pulsar().getNamespaceService().getListOfPersistentTopics(namespaceName).join();
+            topics = 
pulsar().getNamespaceService().getListOfPersistentTopics(namespaceName)

Review comment:
       Ok, I'll start a new PR and fix all the places where join is used




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