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.2k stars 106 forks source link

Docs: add multiple topics registration with a single call #1220

Open davorrunje opened 5 months ago

davorrunje commented 5 months ago

To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template:

Please add to docs that multiple topics can be registered to a single handler with one call:

https://github.com/airtai/faststream/discussions/1215

Lancetnik commented 2 months ago

Also we should add documentation for manual partition assignment #1422