Kafka full stack (Kafka, Zookeeper, Kafka Magr) installation and execution using docker-compose
Use shell script docker_containers [run|start|stop|status]
. Details of each action is as under:
- 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 all non-running Kafka containers.
Stop all running Kafka containers.
Check status of Kafka containers.