azure-functions-templates
azure-functions-templates copied to clipboard
Event Hubs - Template Improvements for Python
Child issue for https://github.com/Azure/azure-functions-templates/issues/869
- [ ] Complete the "TBDs" in the READMEs
- [ ] Provide more comprehensive code samples to better demonstrate the API surface. (HTTP template good but others like Blob and Queue are currently only single line logging statements.)
- [ ] Add comments for aka links to the binding reference articles.
- [ ] Add
"scriptFile": "__init__.py", "entryPoint": "main"tofunction.jsonfor all templates.
Hi there,
it would also be nice to see output binding templates all across the board, if that actually makes sense.
In order to outline more details about what we are working on: We consume messages from Event Hubs using Python and want to forward them to both CrateDB and Kafka.
In this regard, it would be good to see https://github.com/Azure/azure-functions-templates/pull/972 merged (resolving https://github.com/Azure/azure-functions-templates/issues/971). Also, I've asked for respective examples reflecting the Kafka egress part within https://github.com/Azure/azure-functions-kafka-extension/issues/181.
With kind regards, Andreas.