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] Fast and Direct access to stream messages. #3158

Merged
merged 2 commits into from
Jun 5, 2022

Commits on May 30, 2022

  1. Stream get for KV was going through API layer, but with popularity ne…

    …eded a more peformant and lighter weight and direct approach.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 30, 2022
    Configuration menu
    Copy the full SHA
    c8a730c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Updates based on group feedback.

    1. Do not use original subject since this could use Request() and we want to use muxing.
    2  Place original subject and timestamp into headers.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0979bce View commit details
    Browse the repository at this point in the history