Categorygithub.com/GabrielGasp/kafka-example
module
0.0.0-20231206212308-4a41522fc6e1
Repository: https://github.com/gabrielgasp/kafka-example.git
Documentation: pkg.go.dev

# README

Basic Kafka example using Golang

Requirements to run this example:

  • Docker
  • Docker Compose
  • Golang 1.21 or higher

Steps to run this example:

  1. Bootstrap Kafka cluster and create a topic
make setup
  1. Run consumer
make run-consumer
  1. Run producer (in a different terminal tab/window)
make run-producer
  1. Tear down Kafka cluster after you are done.
make teardown

# Packages

No description provided by the author