Francisco Beltrao
Francisco Beltrao
First of all, thanks for the port of this project to .NET! I am interested in the separation of the project also as way to handle version dependencies. The current...
This feature would allow the extension to validate messages against an external schema registry. This is something the Confluent offers to customers to ensure message format consistency.
@FlipABit thanks for reaching out. We are looking into some options to address this problem. I will keep you posted
We are still investigating into it. A different way to address the problem is to use containerized functions (https://docs.microsoft.com/azure/azure-functions/functions-create-function-linux-custom-image?tabs=portal%2Cbash&pivots=programming-language-typescript) which are supported in premium. There is an open PR adding...
@FlipABit thanks for the update. You shouldn't have to add the librdkafka.redist references on your side. The files are supposed to be already in the "runtimes" folder. The issue we...
@FlipABit could you please try to add the following configuration setting into your function app: LD_LIBRARY_PATH=/home/site/wwwroot/bin/runtimes/linux-x64/native
Thanks for the update. I cannot reproduce the problem. There must be a difference in our configuration that is causing the issue. I suggest we try to sort this out...
Hi @priyaananthasankar, Could you please provide an example and logs?
No, I haven't
Looking at the [documentation](https://docs.confluent.io/2.0.0/clients/consumer.html), the library we use exposes the options Earliest or Latest. No possibility to "start 5 minutes ago". This option takes place in case the consumer group...