qweeze / rstream

A Python asyncio-based client for RabbitMQ Streams
MIT License
84 stars 13 forks source link

Implement maxProducersByConnection and maxConsumerByConnection #182

Closed DanielePalaia closed 7 months ago

DanielePalaia commented 7 months ago

At the moment is not possible to set up the maxProducersByConnection and maxConsumerByConnection, but it takes the default 256.

Also It seems like there is an issue when overcoming 256. To check with some tests.