Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
edholland opened this issue Dec 15, 2023 · 2 comments
Closed

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

edholland opened this issue Dec 15, 2023 · 2 comments
Assignees

Comments

@edholland
Copy link

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
Copy link

any update on this?

@hallvictoria
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants