Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 562 Bytes

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.