Feature: use aio_pika.Pool to connect RMQ #975
Labels
enhancement
New feature or request
good first issue
Good for newcomers
RabbitMQ
Issues related to `faststream.rabbit` module and RabbitMQ broker features
For now, FastStream uses a regular
RobustConnection
andRobustChannel
to connect RabbitMQ, but we should support aio-pika connection Pool feature in this casehttps://aio-pika.readthedocs.io/en/latest/quick-start.html#connection-pooling
Probably, regular behavior should be the Pool with size 1
The text was updated successfully, but these errors were encountered: