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


With regards,
Apache Git Services

Reply via email to