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/11/11 12:02:04 UTC

[GitHub] [pulsar] zymap edited a comment on issue #5344: In Pulsar client, the effective value of NackRedeliveryDelay is about 1/3 of its specified value

zymap edited a comment 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. What do you think?
   
   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:
users@infra.apache.org


With regards,
Apache Git Services