Skip to content

This repository is used to demonstrate how to setup a apache kafka broker, create a async producer and a consumer group with multiple consumers

Notifications You must be signed in to change notification settings

RonnanSouza/kafka_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Broker Environment

This repository has the code to run the example developed in this article

Install

go get github.com/RonnanSouza/kafka_environment

Set up kafka broker

docker-compose up -d

Producer

go run main.go producer

Consumer

go run main.go consumer

Note: To start multiples consumers, run this command in different terminals concurrently.

About

This repository is used to demonstrate how to setup a apache kafka broker, create a async producer and a consumer group with multiple consumers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages