azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

[FeatureRequest] Support Kafka Triggers with v4 style decorators

Open edholland opened this issue 2 years ago • 1 comments

Please add support for kafka triggers in the new decorator style of configuring bindings.

Currently there is no support for Kafka in the decorators used to configure bindings when using the v4 azure runtime. https://github.com/Azure/azure-functions-python-library/blob/dev/azure/functions/decorators/function_app.py

The documented examples of this extension still refer to the old style function.json binding configuration https://github.com/Azure/azure-functions-kafka-extension/tree/dev/samples/python/KafkaOutputMany

However Azure support for python is deprecated & unsupported on anything but the v4 runtime https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=isolated-process%2Cv4&pivots=programming-language-python

Currently the only working kafka bindings for azure functions are officially unsupported by azure which significantly impacts on their utility for new projects.

edholland avatar Dec 15 '23 12:12 edholland

any update on this?

zepptron avatar Jun 10 '24 10:06 zepptron

Hello, support for Kafka decorators has been implemented and will be part of the latest library release.

hallvictoria avatar Aug 08 '24 18:08 hallvictoria