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

Support multiple uris for federation upstream #149

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Conversation

ChunyiLyu
Copy link
Contributor

This closes #145

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed
Note to contributors: remember to re-generate client set if there are any API changes

Summary Of Changes

rabbit hole 2.9.0 supports configuring federation upstream with multiple uris: michaelklishin/rabbit-hole#193

No API changes with this PR, since federation uri is configured by referencing a k8s secret. People can separate multiple uris by , in the provided secret (same syntax as the schema replication endpoints; see: https://github.com/rabbitmq/messaging-topology-operator/blob/main/api/v1beta1/schemareplication_types.go#L25)

Tested in unit tests and system tests as well.

Additional Context

@ChunyiLyu ChunyiLyu merged commit 28cbd05 into main Jun 2, 2021
@ChunyiLyu ChunyiLyu deleted the federation-uri-list branch June 2, 2021 12:50
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

Successfully merging this pull request may close these issues.

Support setting federation upstream uri to a list of uri
2 participants