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: [email protected] With regards, Apache Git Services
