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

Add node v4 programming model samples #551

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

aloiva
Copy link
Contributor

@aloiva aloiva commented Feb 28, 2025

Adding samples for the node v4 programming model.
References:
Azure/azure-functions-nodejs-library#152
Azure/azure-functions-nodejs-worker#480
Migrate to v4 of the Node.js model for Azure Functions | Microsoft Learn
ejizba/func-nodejs-prototype

Adding a new version model files instead of upgrading the existing since users can choose to use the older version.
Pointing out that v4 here is independent of the host version. Although the model requires at least host version v4.25+, v4 here refers to the version of npm module. (https://www.npmjs.com/package/@azure/functions)

Need to add:
Retrying mechanism for Fixed, Exponential.

Also added:
Samples for using key avro schema, key data type with version 4.1.0 of extension.

Tests:
Tested each file with eventhub/confluent to ensure proper working.

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

Successfully merging this pull request may close these issues.

2 participants