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

Optimize consumer messages sequences for multiple subjects #4129

Merged
merged 1 commit into from May 4, 2023

Commits on May 4, 2023

  1. Optimize consumer messages sequences for multiple subjects

    If consumer with multiple subjects encountered a sequnece
    of messages from the same subject, it tried to load messages
    from other subjects in some cases.
    This checks for that scenario and optimizes it by early returning.
    
    Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
    Jarema committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7c1c4ea View commit details
    Browse the repository at this point in the history