kafka
Netcoreconf Galicia - Decoupling your Application with .NET Core, Azure and Events
dotnet
azure
eventhubs
kafka
pubsub
NetConf Barcelona - Decoupling your Application with .NET Core, Azure and Events
dotnet
azure
eventhubs
kafka
pubsub
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.
Step by step: Kafka Pub/Sub with Docker and .Net Core
·419 words·2 mins
dotnet
docker
kafka
Last week I attended to a Kafka workshop and this is my attempt to show you a simple Step by step: Kafka Pub/Sub with Docker and .Net Core tutorial.
Let’s start:
Create a folder for your new project # Open a command prompt an run