Kafka Connect IoT Hub is a Kafka source connector for pumping data from Azure IoT Hub to Kafka.
Перейти к файлу
Varun 515c2f135d Addressing PR feedback and changing using sync version of ServiceClient.sync
- Several minor updates to address PR feedback
- Changed to use the sync version of ServiceClient.sendMessage (as the
async one has some bugs)
- Made some updates to the README.
2017-01-30 14:10:40 -08:00
project Add Kafka Connect Azure IoT Hub 2016-11-30 19:11:08 -08:00
src Addressing PR feedback and changing using sync version of ServiceClient.sync 2017-01-30 14:10:40 -08:00
.gitignore Add Kafka Connect Azure IoT Hub 2016-11-30 19:11:08 -08:00
Codestyle.IntelliJ.xml Add Kafka Connect Azure IoT Hub 2016-11-30 19:11:08 -08:00
LICENSE Add Kafka Connect Azure IoT Hub 2016-11-30 19:11:08 -08:00
README.md Addressing PR feedback and changing using sync version of ServiceClient.sync 2017-01-30 14:10:40 -08:00
README_Sink.md Addressing PR feedback and changing using sync version of ServiceClient.sync 2017-01-30 14:10:40 -08:00
README_Source.md Addressing PR feedback and changing using sync version of ServiceClient.sync 2017-01-30 14:10:40 -08:00
build.sbt Addressing PR feedback and changing using sync version of ServiceClient.sync 2017-01-30 14:10:40 -08:00
connect-iothub-sink.properties Add support for messages in JSON format 2017-01-17 12:44:18 -08:00
connect-iothub-source.properties Simplify config options 2017-01-06 18:20:36 -08:00

README.md

Kafka Connect Azure IoT Hub


Kafka Connect Azure IoT Hub consists of 2 connectors - a source connector and a sink connector. The source connector is used to pump data from Azure IoT Hub to Apache Kafka, whereas the sink connector reads messages from Kafka and sends them to IoT devices via Azure IoT Hub. When used in tandem, the 2 connectors allow communicating with IoT devices by simply posting and reading messages to/from Kafka topics. This should make it easier for open source systems and other systems that already interface with Kafka to communicate with Azure IoT devices.

For more information on the capabilities of the connectors and how to use them, please refer to the links below -

Source Connector

Sink Connector

Contribute Code

If you want to contribute, we ask you to sign a CLA(Contribution License Agreement). A friendly bot will remind you about it when you submit a pull-request.

If you are sending a pull request, we kindly request to check the code style with IntelliJ IDEA, importing the settings from Codestyle.IntelliJ.xml.