/go_kafka_sample

This is a sample Golang project with a simple producer and a simple consumer for Kafka.

Primary LanguageGoMIT LicenseMIT

go_kafka_sample

This is a sample Golang project with a simple producer and a simple consumer for Kafka.

Dependencies

In order to run this code you must set up a Kafka server in your machine.

You can just clone this repository and run the following command in its root folder:

make env

This command will create a Kafka cluster by using docker containers.