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 may not be reset in some cases #596

Merged
merged 1 commit into from
Oct 3, 2022

Commits on Oct 1, 2022

  1. [FIXED] JetStream: Ordered consumers may not be reset in some cases

    If the recreation of the ordered consumer were to fail, the library
    would invalidate the subscription and not try again.
    
    This PR also changes the ordered consumer to use memory storage
    and replicas of 1. It also ensures that the ordered consumer is
    reset on missed heartbeats.
    
    Signed-off-by: Ivan Kozlovic <[email protected]>
    kozlovic committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bb347da View commit details
    Browse the repository at this point in the history