airtai / faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
https://faststream.airt.ai/latest/
Apache License 2.0
2.98k stars 151 forks source link

Documentation: Running in production - autoscaling #1841

Open febus982 opened 3 weeks ago

febus982 commented 3 weeks ago

It would be great having documentation on how to run and manage FastStream in a live system. We'll probably want to have a message subscriber application (read container) per topic/channel (in Kafka also per topic partition, can we manage consumer groups?) and understand autoscaling approaches.

Lancetnik commented 2 weeks ago

I think, it could be useful to add scaling recipe for all brokers to deployment doc

Lancetnik commented 2 weeks ago

Also, looks like it is related to #743