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

Fix stream sourcing & mirroring overlap errors #4052

Merged
merged 1 commit into from Apr 14, 2023

Commits on Apr 14, 2023

  1. Fix stream sourcing & mirroring overlap errors

    When adding or updating sources/mirrors, server was checking if the stream with
    a given name exists to check for subject overlaps, among other things.
    However, if sourced/mirrored stream was `External`, checks should
    not be executed, as not only stream would never be found,
    but also, if `External` stream had the same name as the sourcing stream,
    the check would be wrongly performed against itself.
    
    Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
    Jarema committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a66c67b View commit details
    Browse the repository at this point in the history