wireapp / wire-server

🇪🇺 Wire back-end services
https://wire.com
GNU Affero General Public License v3.0
2.62k stars 324 forks source link

RabbitMq connection pool in cannon #4348

Open pcapriotti opened 16 hours ago

pcapriotti commented 16 hours ago

This introduces a connection pool for rabbitmq, shared among all handlers of the consume-events endpoint. It also changes the draining logic to be based on open channels rather than connections.

https://wearezeta.atlassian.net/browse/WPB-11491

Checklist