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

https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings There is no mention about the kafka trigger. We need to update to add it.

started

Include an optional setting where you can specify a deadletter Kafka stream in your config somewhere and it will deadletter to that for you after retries have been exceeded.

enhancement

It would be nice to create topic on the fly if it does not exist. That would require topic information such as name, partition count, replication factor, etc. When defining...

enhancement

Currently uses the "old" method of writing bindings, which some earlier bindings (SB/Storage/etc) all still use. There is a newer way to do this that doesn't require nearly as much...

refactoring

As a developer, I would like the ability to optional set the starting cursor position when processing the Kafka event stream, so that I can start from a specific position...

enhancement

We have a sample of alpine Docker images in here. https://github.com/Azure/azure-functions-kafka-extension/blob/dev/samples/java/Dockerfile In this, PR, I include v3 host docker sample. https://github.com/Azure/azure-functions-kafka-extension/pull/140 We need to decide if we should support Alpine...

enhancement

Kafka output trigger for Python gives a nested collection error from host. This is not related to Python code.

investigate

Currently we support built-in serialisation for avro and protobuf. Avro relies on Confluent.Kafka. Protobuf relies on google.protobuf. Having serialisation built-in has the following advantages: - Performance when using a language...

question
investigate

This is not high priority however, source link might help customer to debug this trigger. https://github.com/dotnet/sourcelink

enhancement

Bumps [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) from 12.9.0 to 12.11.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...

dependencies
.NET