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
- Host: GitHub
- URL: https://github.com/moritzrinow/kafka-net-playground
- Owner: moritzrinow
- License: mit
- Created: 2020-09-16T15:07:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T21:56:46.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T05:41:25.260Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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