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

Cherry picks for v2.10.11 release #5090

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Commits on Feb 15, 2024

  1. When a filtered consumer starts by time, there could be a large gap b…

    …etween the time to sequence and the real start.
    
    This uses similar logic to starting from the beginning of a stream for a filtered consumer.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison authored and wallyqs committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7887557 View commit details
    Browse the repository at this point in the history
  2. When doing firstMatching we were picking wrong on linearScans. Also d…

    …id not optimize the subjectIsSubsetMatch functionality.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison authored and wallyqs committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    835840b View commit details
    Browse the repository at this point in the history