This repository has the code to run the example developed in this article
go get github.com/RonnanSouza/kafka_environment
docker-compose up -d
go run main.go producer
go run main.go consumer
Note: To start multiples consumers, run this command in different terminals concurrently.