Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
154 stars 67 forks source link

Kafka extension implementation #62

Closed TsuyoshiUshio closed 4 years ago

TsuyoshiUshio commented 4 years ago

This pull request includes Kafka extension with unit testing. Could you have a look, please?

I tested on the Kafka extension repo for these scenarios.

The sample functions and environment, you can find it on this PR. The PR includes the same kafka.py, with devcontainer that starts Kafka cluster and documentation in here.

https://github.com/Azure/azure-functions-kafka-extension/pull/140

Once this PR has been merged and published to pip repo. I will change the https://github.com/Azure/azure-functions-kafka-extension repo to reference this library.