github ag2ai/faststream 0.5.32
v0.5.32

latest releases: 0.6.0rc2, 0.6.0rc1, 0.6.0rc0...
9 months ago

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

Don't miss a new faststream release

NewReleases is sending notifications on new releases.