azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

Kafka extension for Azure Functions

Results 147 azure-functions-kafka-extension issues
Sort by recently updated
recently updated
newest added

Conlfuent.kafka and librdkafka supports authentication certificate in pem string format using "ssl.certificate.pem" and "ssl.key.pem" attributes. You do not have to maintain certificate as file within application or certificate store with...

Avro doesn't seem to be supported as a first class citizen in the Java bindings (I end up with UnsupportedOperationException: Interface can't be instantiated! Interface name: org.apache.avro.generic.GenericRecord when I try...

enhancement

Hi, I've followed the instructions for linux and they wrok perfectly. -adding LD_LIBRARY_PATH...- Now we have another box running osx and the library are not found: defining LD_LIBRARY_PATH and osx...

investigate

Hi guys, Do you know if is there any way to enable Azure Application Insights tracing propagation when using Kafka input and output bindings? I tried to find something in...

enhancement

Hello, For now in order to use a custom CA certificate, it needs to be referenced using SslCaLocation in the KafkaTrigger, and the certificate needs to be deployed along with...

enhancement

Hello, I have a function app with 2 different functions, each of which with a KafkaTrigger listening to a dedicated topic, so : - **functionA** listens to **topic-a** - **functionB**...

investigate

As manual commit option is not available, What can be done for the messages which are failed while processing? Retry policy is available but after retrying also if it's get...

As-per-design

Hello, as far as I can see there isn't any option to manually mark a message as processed correctly (Commit/CommitAsync?) and when a client (C# webjob) throws an error, the...

question

I'm working on consuming a Kafka feed with messages in the Avro format. I built a sample console application using Confulent Kafka library and can successfully connect to the broker,...

question

There is not much about setting up a secured connection to Kafka based on certs and passwords (called SSL, I believe). Could you help me out here a little? I...

investigate