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

Exclude self from static cluster connectors #7

Merged
merged 2 commits into from
Nov 28, 2023

Commits on Nov 13, 2023

  1. Exclude self from static cluster connectors

    The static-connectors of a cluster should not contain this brokers'
    own connector as it will happily connect to itself and thus not
    properly participate in the cluster.
    
    Also added an option to configure allow-direct-connections-only and
    set it to false. This would allow a cluster to become dynamic using
    an initial static list.
    Michiel Hendriks committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1af323f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Extended acceptance test with a static cluster config

    This will verify if a cluster config for a live-only cluster
    is valid.
    Michiel Hendriks committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    61554c4 View commit details
    Browse the repository at this point in the history