kafka connect
Consuming Azure Event Hubs Events With Kafka Connect
·315 words·2 mins
azure
kafka
kafka connect
eventhubs
So last week I was in a rush to find a fast and easy way to consume events from Azure Event Hubs and send them to a Kafka topic.
After googling a bit I found this project: Kafka Connect Azure IoT Hub. Yes the name of the project can be misleading, but since IoT Hub is a service which relies on Event Hubs and also taking a close look to the code showed that it uses the Event Hubs client for java, I decided to give it a try.