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

Feature: use aio_pika.Pool to connect RMQ #975

Open
Lancetnik opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1401
Open

Feature: use aio_pika.Pool to connect RMQ #975

Lancetnik opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1401
Labels
enhancement New feature or request good first issue Good for newcomers RabbitMQ Issues related to `faststream.rabbit` module and RabbitMQ broker features

Comments

@Lancetnik
Copy link
Collaborator

Lancetnik commented Nov 21, 2023

For now, FastStream uses a regular RobustConnection and RobustChannel to connect RabbitMQ, but we should support aio-pika connection Pool feature in this case

https://aio-pika.readthedocs.io/en/latest/quick-start.html#connection-pooling

Probably, regular behavior should be the Pool with size 1

@Lancetnik Lancetnik added enhancement New feature or request good first issue Good for newcomers labels Nov 21, 2023
@Focadecombate Focadecombate linked a pull request Apr 25, 2024 that will close this issue
13 tasks
@Lancetnik Lancetnik added the RabbitMQ Issues related to `faststream.rabbit` module and RabbitMQ broker features label May 16, 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 good first issue Good for newcomers RabbitMQ Issues related to `faststream.rabbit` module and RabbitMQ broker features
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

1 participant