Skip to content

Kafka full stack (Kafka, Zookeeper, Kafka Magr) installation and execution using docker-compose

Notifications You must be signed in to change notification settings

AkshayGuleria/kafka-stack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kafka-stack-docker

Kafka full stack (Kafka, Zookeeper, Kafka Magr) installation and execution using docker-compose

Container management

Use shell script docker_containers [run|start|stop|status]. Details of each action is as under:

run

  • pull all docker images (if not found locally).
  • install the stack components in their own docker containers.
  • start containers using own docker network so each container can talk to the other one.

start

Start all non-running Kafka containers.

stop

Stop all running Kafka containers.

status

Check status of Kafka containers.

About

Kafka full stack (Kafka, Zookeeper, Kafka Magr) installation and execution using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages