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] JetStream: ordered consumers handling of auto unsub #847

Merged
merged 1 commit into from Oct 13, 2021

Commits on Oct 13, 2021

  1. [FIXED] JetStream: ordered consumers handling of auto unsub

    If user creates an ordered consumer and uses AutoUnsubscribe()
    with the returned subscription, and if the ordered consumer was
    reset (due to a gap detection), the library should resend an
    UNSUB with adjusted max for the new subscription ID.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Oct 13, 2021
    Copy the full SHA
    51d43e4 View commit details
    Browse the repository at this point in the history