codelipenghui commented on a change in pull request #6183: Namespace level 
offloader
URL: https://github.com/apache/pulsar/pull/6183#discussion_r373752014
 
 

 ##########
 File path: 
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/Namespaces.java
 ##########
 @@ -1654,4 +1656,74 @@ boolean getIsAllowAutoUpdateSchema(String namespace)
      */
     void setIsAllowAutoUpdateSchema(String namespace, boolean 
isAllowAutoUpdateSchema)
             throws PulsarAdminException;
+
+    /**
+     * Set the offload configuration for all the topics on a namespace.
+     * <p/>
+     * Set the offload configuration on a namespace. This operation requires 
Pulsar super-user access.
 
 Review comment:
   ```suggestion
        * Set the offload configuration in a namespace. This operation requires 
Pulsar super-user access.
   ```

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


With regards,
Apache Git Services

Reply via email to