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

Create operator managing the number of consumers #16

Open
valerykalashnikov opened this issue Jan 8, 2022 · 0 comments
Open

Create operator managing the number of consumers #16

valerykalashnikov opened this issue Jan 8, 2022 · 0 comments

Comments

@valerykalashnikov
Copy link
Owner

File generator is able to generate file from some Mbs to some GBs. Because of it we possibly need to change the amount of consumers multiple times manually. If we will not do it the queue could get stuck or in case of using multiple consumers, most of them will be mostly idle.

For solving this problem we need to create an operator changing the amount of consumer pods.
The operator should have a possibility to point the minimum and maximum amount of consumers and be configured to have an access to redis server

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

No branches or pull requests

1 participant