Kumaran Rajendhiran
Kumaran Rajendhiran
Please write example in go-kit-middelwarer for following go-kit example https://github.com/go-kit/kit/tree/master/examples/shipping/booking
@curlymon Thanks for your effort in converting that shipping example. Let me know after converting it.
@Ayiga Yeah.. this is what I wanted. It will be much more helpful if you add examples for loadbalancing and client generation too.
Hello @jorrgme, We have released a new version [0.5.12](https://github.com/airtai/faststream/releases/tag/0.5.12) which has the fix for your issue. Now, `FastStream` provides users with the ability to pass the `config` dictionary to `confluent-kafka-python`...
Hello @bradydean, Apologies for replying late. Thanks for letting us know about the issue. we were working on releasing redis support so couldn't work on this issue. If you are...
@Lancetnik @lorenzobenvenuti Right now I have no idea why this is happening. Let me try to replicate the same in local. And then I will work on the fix.
Hello @bradydean, This bug has been fixed as part of https://github.com/airtai/faststream/releases/tag/0.5.18 release. Following is a sample code ```python from typing import Any, Dict from faststream import FastStream from faststream.kafka import...
I am pausing my efforts. Material mkdocs' blog plugin is right now incompatible with mkdocs-static-i18n as one can see in the following issues https://github.com/ultrabug/mkdocs-static-i18n/issues/263 https://github.com/ultrabug/mkdocs-static-i18n/issues/246 For now I will push...
@Lancetnik If we remove `i18n` plugin then adding a blog section is easier. Maybe we could move the [HowTo](https://faststream.airt.ai/latest/howto/kafka/) sections to blog so users would be more willing to contribute.