Azure / azure-functions-templates

Azure functions templates for the azure portal, CLI, and VS
MIT License
341 stars 194 forks source link

Event Hubs - Template Improvements for Python #873

Open asavaritayal opened 5 years ago

asavaritayal commented 5 years ago

Child issue for https://github.com/Azure/azure-functions-templates/issues/869

amotl commented 3 years ago

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.