zymap commented on issue #5344: In Pulsar client, the effective value of 
NackRedeliveryDelay is about 1/3 of its specified value
URL: https://github.com/apache/pulsar/issues/5344#issuecomment-549676245
 
 
   @Jesse-Zhang-Bose 
   
   I think we can expose the `TimeInterval` to config.
   
   Because of all nacked messages will queue into the redeliver map. We need to 
keep the `TimeInterval` as small as possible so that we can redeliver the 
nacked message quicker.
   
   As your case, if it retries after 200s, it will redeliver the first message 
and the rest messages will redeliver after the next 200s if the messages are 
not sent at the same time as the first message.

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