Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Add Kafka Trigger and Output #118

Closed TsuyoshiUshio closed 4 years ago

TsuyoshiUshio commented 4 years ago

Add Kafka Trigger and Output.

This PR has been merged, however, the CI system has a false positive. Test was actually failed, however, it looks pass. I fix the issue on this PR.

https://github.com/Azure/azure-functions-java-library/pull/116

TsuyoshiUshio commented 4 years ago

I tested it locally, it just need to update name()

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