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

introduce round robin fallback connection strings #43

Open
john-behm-bertelsmann opened this issue Jan 9, 2024 · 1 comment
Open

introduce round robin fallback connection strings #43

john-behm-bertelsmann opened this issue Jan 9, 2024 · 1 comment

Comments

@john-behm-bertelsmann
Copy link
Collaborator

The general idea is that we want to have fallback rabbitmq instances in case that the main one becomes unavailable.

The reconnection loop should try to connect to the first (main) rabbitmq on every retry.
If that fails, then the other fallback urls should be tested one by one.

@jxsl13
Copy link
Owner

jxsl13 commented Mar 26, 2024

primary url
fallback 1
fallback 2
...
fallback n

-> []string{primary, fallback 1, primary, fallback 2, ..., primary, fallback n}
-> round robin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants