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 for creating pools on demand #18

Open
4 tasks
arpunk opened this issue Feb 6, 2017 · 1 comment
Open
4 tasks

Support for creating pools on demand #18

arpunk opened this issue Feb 6, 2017 · 1 comment
Labels
Milestone

Comments

@arpunk
Copy link

arpunk commented Feb 6, 2017

kanin should be able to spawn new pools on demand given an AMQP configuration. This configuration should include host, port, queue, exchange, queue opts, exchange opts, general pool opts (number of workers, pool config and load balancing strategies, etc).

It should provide sane defaults if none is given.

This enable us to create new pools and start consuming messages in the fly. This is useful in some scenarios such as prototyping or managing subscriptions/publications to different exchanges on demand.

It should be able to stop them as well.

Tasks:

Part of epic #27

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

No branches or pull requests

2 participants