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 2018/12/03 03:04:52 UTC

[GitHub] jiazhai commented on issue #3059: Behavior of redelivery and ackTimeout in Java client

jiazhai commented on issue #3059: Behavior of redelivery and ackTimeout in Java client
URL: https://github.com/apache/pulsar/issues/3059#issuecomment-443575314
 
 
   Seems indeed as @cbornet mentioned, changes in PR #2590 make it worse. I would like to use this issue to revert changes in #2590. 
   
   But as @codelipenghui requirement, we should make a more accurate redeliver. 
   A way todo this is that: 
   split acktimeout into several time-slots, and introduce a timewheel to do the redeliver for each time-slots, the more time-slots user set, the more accurate it will be.

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


With regards,
Apache Git Services