Skip to content

virtyaluk/dotnetcore-kafka

Repository files navigation

Getting started with .NET Core and Kafka

This repo contains the code samples for the Getting started with .NET Core and Kafka tutorial.

📀 Setup

Have Docker 🐋 and .NET Core installed.

From the root of the project run following:

docker-compose up --build

then in the producer project:

cd KafkaProducer/
dotnet restore
dotnet build -c Release
dotnet bin/Release/netcoreapp2.1/KafkaProducer.dll

and in the consumer project:

cd KafkaConsumer/
dotnet restore
dotnet build -c Release
dotnet bin/Release/netcoreapp2.1/KafkaConsumer.dll

📗 License

Licensed under the MIT license.

Copyright (c) 2018 Bohdan Shtepan


modern-dev.com  ·  GitHub @virtyaluk  ·  Twitter @virtyaluk

Releases

No releases published

Packages

No packages published

Languages