Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages