azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Kafka extension for Azure Functions
Hello, We have a set of funtions apps with kafka triggers despite they work perfectly most of the time we are experiencing isses regularly. We have messages -we know they...
Dear developers AutoCommitIntervalMs allows to set interval for auto commit. What about a case when handling failed we want to retry, could it be possible to set auto commit to...
Hi, I'm following your docs on how to install the kafka extension but nothing happends... following: https://github.com/Azure/azure-functions-kafka-extension/tree/master/samples I'm working with centos 8 anf java 11 right now having installed azure-cli-2.16.0-1.el7.x86_64...
Hi we have a kafka trigger azure function in a elastic premium plan with run time scale monitoring on. We are frequently getting the below error logged in our application...
I'm running into an issue where I'm trying to deploy a C# azure function and deploying it to kubernetes. The `KafkaTriggerAttribute.brokerList` attribute seems to be what is used when building...
I'm running a typescript/javascript function app using version `3.3.1-PRE2` of the extension, and the header data does not appear to get passed to the function being executed. I had expected...
We have created a Azure Function on lines of Simple Kafka Trigger. We are using Batch Mode for processing multiple messages in 1 go and found same messages are being...
C# requires that `attribute arguments must be a constant expression, typeof expression, or array creation expression of an attribute parameter type`, which makes putting the `Protocol` and `AuthenticationMode` arguments for...