fabianwikstrom opened a new issue, #368:
URL: https://github.com/apache/pulsar-client-node/issues/368

   Hello! We run Pulsar Consumer with: 
   - A dead letter topic 
   - 3 maxRedeliverCount
   - 10,000 ackTimeoutMs
   - 30,000 nAckRedeliverTimeoutMs
   
   We are running into an issue where for failing message processing the 
messages are redelivered indefinitely. At first, we explicitly  
`.negativeAcknowledge` the messages. Then we tried to rely on the ackTimeout. 
Neither worked. 
   
   If we inspect the messages that are stuck in a loop we can see that they do 
not have a redeliveryCount set which we believe is leading to the infinite 
redelivery 
   
   Any help appreciated :) 
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to