Skip to content

gosandbox/kafka-with-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka With Go

A Kafka implementation using Go, the kafka-go package, and the example provided in the kafka-go package.

Preparation

To start/stop

% docker-compose up/down

Then use docker-desktop to inspect or terminal log to see a uuid is produced every few seconds.

Go

The Get started with Go explains how to bootstrap a simple project and dependency tracking.

Docker-compose

Configuring Kafka networking is explained in detail here Kafka connectivity when using kafka-go.

References