liudezhi2098 commented on a change in pull request #13978:
URL: https://github.com/apache/pulsar/pull/13978#discussion_r803480211
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java
##########
@@ -106,26 +106,32 @@
public abstract class NamespacesBase extends AdminResource {
- protected List<String> internalGetTenantNamespaces(String tenant) {
+ protected void internalGetTenantNamespaces(AsyncResponse asyncResponse,
String tenant) {
checkNotNull(tenant, "Tenant should not be null");
Review comment:
when Tenant is null, does it need to be asyncResponse
--
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]