Skip to content

varunmc/docker-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-kafka

Docker image for Kafka

This image is intended to be used as part of the Stack and therefore Zookeeper is referenced by its service name "zookeeper". To run this image standalone, the Zookeeper host can be set by adding the following line to your hosts file:

127.0.0.1   zookeeper

The init.sh script will wait for Zookeeper before starting Kafka.

Pre-Requisites

Getting Started

The AWS CodeFormation template stack.yml will create an AWS CodePipeline with an AWS CodeBuild builder as defined in buildspec.yml. The continuous pipeline will build and publish the image to AWS ECR.

Links