-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] Don't ack msgs if we are filtered and they are not applicable. (
#5639) When checking interest state, make sure to take into account filtered consumers when acking msgs. We were checking interest state on a leader change but we would ack msgs that may not be applicable to our consumer. Resolves: #5612 Signed-off-by: Derek Collison <derek@nats.io>
- Loading branch information
Showing
2 changed files
with
54 additions
and
3 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
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