ivankelly opened a new pull request #1865: CLI for offload
URL: https://github.com/apache/incubator-pulsar/pull/1865
 
 
   This patch adds two CLI commands for offload, one to trigger offload,
   and another to check offload status.
   
   Triggering offload requires a size-threshold argument, which is the
   maximum number of bytes which should be retained locally. The prefix
   of ledgers over this threshold will be offloaded.
   
   ```
   pulsar-admin topics offload --size-threshold 104857600 
persistent://public/default/topic1
   pulsar-admin topics offload-status -w persistent://public/default/topic1
   ```
   
   Master Issue: #1511
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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