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

Provide a CLI option for queue migrations #155

Open
adenhertog opened this issue Oct 31, 2021 · 0 comments
Open

Provide a CLI option for queue migrations #155

adenhertog opened this issue Oct 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@adenhertog
Copy link
Contributor

Currently the queue configuration is applied when a service starts up. This is not idea for a couple of reasons

  1. It means the service needs to run at elevated permissions
  2. All instances apply the configuration at startup
  3. Because of point 2, unsubscriptions from topics can't be done as neither old nor new service will know which is the current configuration

This feature should add a cli option that applies the current configuration and remove any redundant topic/queue subscriptions (the latter should be possible to be disabled via additional flags). This will allow migrations to fit in as part of a broader CI/CD process.

@adenhertog adenhertog added the enhancement New feature or request label Oct 31, 2021
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

1 participant