Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 201 Bytes

dotnet-kafka-playground

Try running Kafka locally in Docker with Consumer and Producer clients written using C# API

To start Kafka

docker-compose -f docker-compose.kafka.yml up -d