azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Event Hubs - Template Improvements for Python

Open asavaritayal opened this issue 6 years ago • 1 comments
trafficstars

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" to function.json for all templates.

asavaritayal avatar May 31 '19 21:05 asavaritayal

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.

amotl avatar Oct 27 '20 20:10 amotl