forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't request redelivery of dead letter messages (apache#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.
- Loading branch information
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters