Tsuyoshi Ushio
Tsuyoshi Ushio
Hi @sidsingh9 and @maxbog Thank you for sharing, Which Kafka Extension Version do you use? Also Which Kafka broker do you use? If you add `LibkafkaDebug` on your `host.json` it...
The debug feature is introduced from this release. https://github.com/Azure/azure-functions-kafka-extension/releases/tag/3.2.1 Could you try the latest or 3.2.1 release, then, you can find more logs. Also, I'd like to know which service...
I have some questions. It looks KafkaTrigger it's self is working and connected to the cluster. However, no offset until now. Did you try to run client (consumer/producer) against the...
Thank you for sharing! I'll investigate more. BTW, Which broker version do you use? The console consumer = C# right?
Hi @sidsingh9 Could you add the `consumer,cgrp,topic,fetch` to the debug in addition to `broker`? The debug message looks not wrong. The other configurable parameter is [configuration](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) see debug section. If...
Thank you for your comment. @amotl . I mean I reproduced with 1.5.2. 1.6.0-PRE4 looks good. How can we confirm the issue happens that you mentioned?
hi @gliljas Thank you for the PoC. It looks cool. However, we need to consider if it works with Java/Python and other languages. It is unclear for me, so need...
Hi @gliljas It looks awesome. Thank you for your contributions! One last request is, could you update the documentation? I mean Readme.md of this repo.
Hi @smitty-codes Thank you for bringing up! As for `[Kafka("LocalBroker", "stringTopic")] out KafkaEventData[] kafkaEventData` It might be difficult, since it is the feature of Azure Functions Host and consistency with...
Hi @smitty-codes I create a draft pr. feel free to add comment.