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

[IMPROVED] Clustered consumer improvements #4107

Merged
merged 2 commits into from Apr 27, 2023
Merged

[IMPROVED] Clustered consumer improvements #4107

merged 2 commits into from Apr 27, 2023

Commits on Apr 26, 2023

  1. When Jsz() was asked for consumer details, would report incorrect dat…

    …a if not a consumer leader.
    
    This is due to the way state is maintained for leaders vs followers for consumers.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7f06d6f View commit details
    Browse the repository at this point in the history
  2. ConsumerFileStore could encode an empty state or update an empty stat…

    …e on startup.
    
    We needed to make sure at the lowest level that the state was read from disk and not depend on upper layer consumer.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9999f63 View commit details
    Browse the repository at this point in the history