pulsar-dotpulsar icon indicating copy to clipboard operation
pulsar-dotpulsar copied to clipboard

Support - negativeAckRedeliveryDelay and AckTimeout in ConsumerOptions

Open dionjansen opened this issue 4 years ago • 3 comments

As part of the consumer configuration options, it would be great if you can configure:

  • negativeAckRedeliveryDelay: Delay to wait before redelivering messages that failed to be processed.
  • ackTimeout: Timeout of unacked messages

dionjansen avatar Jun 24 '20 14:06 dionjansen

Hi @dionjansen It's not something I will be using myself, but I'm open for a discussion about how to implement it and of course to review and merge the PR, if you are up for creating one :-)

blankensteiner avatar Dec 12 '20 23:12 blankensteiner

In the main branch MSTER, there is still no NegativeAcknowledge function, and not confirming messages is a very core function. How can I use this function

wangshuyu avatar Sep 16 '23 02:09 wangshuyu

Hi @dionjansen It's not something I will be using myself, but I'm open for a discussion about how to implement it and of course to review and merge the PR, if you are up for creating one :-)

In the main branch MSTER, there is still no NegativeAcknowledge function, and not confirming messages is a very core function. How can I use this function Do you have any better usage suggestions regarding the ability to not confirm messages

wangshuyu avatar Sep 16 '23 03:09 wangshuyu