Skip to content

Project to do the basic implementation in of Kafka running in Docker with .Net 6

Notifications You must be signed in to change notification settings

vinirossado/Kafka-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Kafka-CSharp

Project to do the basic implementation of Kafka(Producer & Consumer) running in Docker with .Net 6

Requirements

  • .Net 6
  • Docker
  • Docker Compose

Usage

  • Run the Docker Compose - "docker-compose up -d"
  • Run Kafka-Producer on visual studio / vscode
  • Run Kafka-Consumer on visual studio / vscode
  • If it's the first time run Kafka-Producer before to create a topic and after run kafka-consumer to consume the topic
  • After run kafka-producer in a shell you need write something and with the consumer running you can see the message in the console

About

Project to do the basic implementation in of Kafka running in Docker with .Net 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages