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] Do not block routes, leafnodes or gateways on received internal system msgs. #4026

Merged
merged 5 commits into from Apr 4, 2023

Commits on Apr 4, 2023

  1. Do not inline inbound system messages to avoid blocking routes, gatew…

    …ays etc.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9f95e99 View commit details
    Browse the repository at this point in the history
  2. Non-inline system callbacks need hdr and msg already split due to cli…

    …ent context to split
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c323ec3 View commit details
    Browse the repository at this point in the history
  3. Convert over zReq to not have to call msgparts

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3551c7b View commit details
    Browse the repository at this point in the history
  4. Fix for debugSubscribers and claims test

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b14a400 View commit details
    Browse the repository at this point in the history
  5. Fix for test

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3036bb8 View commit details
    Browse the repository at this point in the history