Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED] Max delivered stuck consumers and mis-reported redelivered stats. #5995

Merged
merged 1 commit into from
Oct 12, 2024

Commits on Oct 12, 2024

  1. Process max delivery boundaries when expiring vs always putting back …

    …on the redelivered queue.
    
    Previously we would always re-queue and do this on getNextMsg() which worked well for push consumers,
    but with pull based consumers would require a new pull request to be present to process
    any redelivered and this could report redelivered status incorrectly on max deliver of 1.
    
    Signed-off-by: Derek Collison <[email protected]>
    derekcollison committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    bd3be75 View commit details
    Browse the repository at this point in the history