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 setting federation upstream uri to a list of uri #145

Closed
ChunyiLyu opened this issue May 28, 2021 · 1 comment · Fixed by #149
Closed

Support setting federation upstream uri to a list of uri #145

ChunyiLyu opened this issue May 28, 2021 · 1 comment · Fixed by #149
Assignees
Labels
enhancement New feature or request

Comments

@ChunyiLyu
Copy link
Contributor

Is your feature request related to a problem? Please describe.

You can set federation upstreams uri to a list of uris: https://www.rabbitmq.com/federation-reference.html#upstreams.

rabbit-hole currently has a limitation of only supporting setting federation upstream uri to a single string (related issue: michaelklishin/rabbit-hole#192). After the rabbit hole issue is resolved and released, topology operator should support multiple uris for federation upstream as well.

Describe the solution you'd like

We currently take a string value from the federation uri secret that's provided. The solution should be similar with what we are doing for schema replication endpoints, where we take in a string that's separated by a character (like ,). There will be no change in the CRD API with this solution.

@ChunyiLyu ChunyiLyu added the enhancement New feature or request label May 28, 2021
@ChunyiLyu ChunyiLyu self-assigned this Jun 2, 2021
@ChunyiLyu
Copy link
Contributor Author

New rabbit-hole release contains fix: michaelklishin/rabbit-hole#193

Working on this issue now.

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

Successfully merging a pull request may close this issue.

1 participant