Skip to content

layunne/kafka-go-first

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka with Go

Dependencies

This client for Go depends on librdkafka. Font.

  • For MacOS X, install librdkafka from Homebrew
  • For MacOS X, add in etc/hosts 127.0.0.1 kafka
  • For Alpine: apk add librdkafka-dev pkgconf

Run

docker-compose up -d

cd consumer 
go run main.go

cd ..

cd producer
go run main.go

About

Simple example with Kafka and Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages