A Kafka implementation using Go, the kafka-go package, and the example provided in the kafka-go package.
- Install Docker desktop
- Install Apache Kafka
% docker-compose up/down
Then use docker-desktop to inspect or terminal log to see a uuid is produced every few seconds.
The Get started with Go explains how to bootstrap a simple project and dependency tracking.
Configuring Kafka networking is explained in detail here Kafka connectivity when using kafka-go.