315157973 commented on a change in pull request #9290:
URL: https://github.com/apache/pulsar/pull/9290#discussion_r563226712
##########
File path:
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/NamespacesImpl.java
##########
@@ -2452,6 +2452,30 @@ public void setMaxUnackedMessagesPerSubscription(String
namespace, int maxUnacke
return asyncPostRequest(path,
Entity.entity(maxUnackedMessagesPerSubscription, MediaType.APPLICATION_JSON));
}
+ @Override
+ public void removeMaxUnackedMessagesPerSubscription(String namespace)
Review comment:
Ok i will add
----------------------------------------------------------------
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]