You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/26 13:59:05 UTC

[GitHub] [pulsar] wolfstudy edited a comment on issue #5915: Allow to enable/disable delayed delivery for messages on namespace

wolfstudy edited a comment on issue #5915: Allow to enable/disable delayed delivery for messages on namespace
URL: https://github.com/apache/pulsar/pull/5915#issuecomment-569062982
 
 
   @codelipenghui PTAL again, thanks.
   
   ### Get
   
   ```
   $ ./bin/pulsar-admin namespaces get-delayed-delivery public/default
   
   {
     "tickTime" : 1000,
     "active" : true
   }
   ```
   
   ### Set
   
   ```
   $ ./bin/pulsar-admin namespaces set-delayed-delivery public/default --enable --time 2s
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services