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/05/31 13:11:08 UTC

[GitHub] [pulsar] ivankelly opened a new pull request #4426: Don't request redelivery of dead letter messages

ivankelly opened a new pull request #4426: Don't request redelivery of dead letter messages
URL: https://github.com/apache/pulsar/pull/4426
 
 
   If we send a message to the dead letter topic, we shouldn't also
   request that the same message be redelivered.
   
   The process to send to DLQ does do an acknowledge(), but acknowledge
   is async and not guaranteed, so it can race with the redelivery
   request.
   

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