Skip to content

terascope/docker-kafka-zookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Kafka Zookeeper Build Status

Docker image for Kafka message broker including Zookeeper

Run container

docker run --rm -p 2181:2181 -p 9092:9092 -e ADVERTISED_HOST=localhost terascope/kafka-zookeeper:v1.1.0

Test

Run Kafka console consumer

kafka-console-consumer --bootstrap-server localhost:9092 --topic test

Run Kafka console producer

kafka-console-producer --broker-list localhost:9092 --topic test
test1
test2
test3

Verify that messages have been received in console consumer

test1
test2
test3

Get from Dockerhub

https://hub.docker.com/r/terascope/docker-kafka-zookeeper/

Credits

Originally cloned and inspired by https://github.com/hey-johnnypark/docker-kafka-zookeeper and https://github.com/spotify/docker-kafka.

About

Docker image for Kafka (0.10.x - 0.11.x - 1.x, 2.x) message broker including Zookeeper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.6%
  • Dockerfile 33.4%