Skip to content

This repository has a simple example about kafka producer and consumer.

Notifications You must be signed in to change notification settings

d-aguilar/simple-kafka-producer-consumer-netcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Kafka Producer/Consumer with netcore

example workflow

This repository has two console applications. The first console application is a simple kafka producer and the second is a simple kafka consumer.

To run the project you need to execute Kafka on http://localhost:9092. You can do this, with docker.

In folder kafka-docker has a docker-compose that starts an instance of kafka, zookeper and a kafdrop

Releases

No releases published

Packages

No packages published

Languages