merlimat commented on code in PR #25304:
URL: https://github.com/apache/pulsar/pull/25304#discussion_r2926293026


##########
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/NamespacesImpl.java:
##########
@@ -90,7 +88,7 @@ public List<String> getNamespaces(String tenant, String 
cluster) throws PulsarAd
     }
 
     public CompletableFuture<List<String>> getNamespacesAsync(String tenant, 
String cluster) {

Review Comment:
   You're right. This would call the `GET /admin/v2/{tenant}/{cluster}` which 
returns the policies of a non-existing namespace.



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