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 RabbitMQ Vhosts #537

Open
acelinkio opened this issue Jun 15, 2024 · 0 comments
Open

Support RabbitMQ Vhosts #537

acelinkio opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@acelinkio
Copy link
Contributor

Feature description

RabbitMQ supports having multiple tenants on the same cluster through the use of virtual hosts. Docs: https://www.rabbitmq.com/docs/vhosts. Most client libraries offer support for vhosts, it is just a matter of exposing the configuration to allow something other than the default / vhost.

Looking through the source code, Kyoo right now does not expose the configuration for changing this parameter. This requires changing each microservice that connects to rabbitmq.

@acelinkio acelinkio added the enhancement New feature or request label Jun 15, 2024
@zoriya zoriya added this to the v4.7.0 milestone Jun 15, 2024
@zoriya zoriya modified the milestones: v4.7.0, v5.0.0 Sep 5, 2024
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

No branches or pull requests

2 participants