codelipenghui commented on a change in pull request #6183: Namespace level
offloader
URL: https://github.com/apache/pulsar/pull/6183#discussion_r373751979
##########
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.
Review comment:
```suggestion
* Set the offload configuration for all the topics in a 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services