An open API service indexing awesome lists of open source software.

https://github.com/moritzrinow/kafka-net-playground

Playground for Kafka applications with .NET Core
https://github.com/moritzrinow/kafka-net-playground

Last synced: 11 months ago
JSON representation

Playground for Kafka applications with .NET Core

Awesome Lists containing this project

README

          

# kafka-net-playground
Playground for Kafka applications with .NET Core

## Kafka.Net
This is a simple consumer+producer project, where the producer emits the current datetime to Kafka and consumers read them.

### Run with Docker
docker-compose up