You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only working kafka bindings for azure functions are officially unsupported by azure which significantly impacts on their utility for new projects.
The text was updated successfully, but these errors were encountered:
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 configurationhttps://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.
The text was updated successfully, but these errors were encountered: