Azure / azure-functions-java-library

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

Adding Kafka Trigger #116

Closed TsuyoshiUshio closed 4 years ago

TsuyoshiUshio commented 4 years ago

This PR is for support Kafka trigger. The related PR is https://github.com/Azure/azure-functions-kafka-extension/pull/136

Kafka Trigger is created at the repo https://github.com/Azure/azure-functions-kafka-extension. It supports the Java language. I move the annotations and related classes to this repo so that people can use Kafka Trigger/Output without installing additional Jars.

The documentation will be created at the Kafka Trigger repo.

TsuyoshiUshio commented 4 years ago

Hi, I'd like to provide more info for testing this library.

The original source that I tested is here. That resides in the Kafka extension GitHub project.

For creating a testing environment, you can follow the document. This document is a quick start that is using a dev container for spinning up the Kafka cluster.

If you want to test a more advanced scenario, You can try Confluent Cloud. I'll share with you the credential in private, feel free to contact me with Teams chat.