Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

[FeatureRequest] Support Kafka Triggers with v4 style decorators #1382

Open edholland opened 6 months ago

edholland commented 6 months ago

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.

zepptron commented 3 weeks ago

any update on this?