gaoran10 commented on a change in pull request #8446:
URL: https://github.com/apache/pulsar/pull/8446#discussion_r517389148



##########
File path: 
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/Namespaces.java
##########
@@ -3263,6 +3263,20 @@ void setIsAllowAutoUpdateSchema(String namespace, 
boolean isAllowAutoUpdateSchem
      */
     void setOffloadPolicies(String namespace, OffloadPolicies offloadPolicies) 
throws PulsarAdminException;
 
+    /**
+     * Remove the offload configuration for all the topics in a namespace.

Review comment:
       Maybe this is not exactly. Removing the namespace offload policies not 
represents to remove the topic offload policies, if the topic has its own 
offload policies, it will not be affected.




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


Reply via email to