Skip to content

v0.5.32

Compare
Choose a tag to compare
@Lancetnik Lancetnik released this 04 Dec 21:41
· 24 commits to main since this release
cea4452

What's Changed

Thanks to @Flosckow one more time for a new release! Now you have an ability to consume Confluent messages (in autocommit mode) concurrently!

from faststream.confluent import KafkaBroker

broker = KafkaBroker()

@broker.subscriber("topic", max_workers=10)
async def handler():
    """Using `max_workers` option you can process up to 10 messages by one subscriber concurrently"""

Also, thanks to @Sehat1137 for his ASGI CLI support bugfixes

Full Changelog: 0.5.31...0.5.32