[FeatureRequest] Support Kafka Triggers with v4 style decorators
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.
any update on this?
Hello, support for Kafka decorators has been implemented and will be part of the latest library release.