Kafka installation using Docker and Docker Compose

preview_player
Показать описание
We will be installing Kafka on our local machine using docker and docker compose. when we use docker to run any service like Kafka, MySQL, Redis etc. then it becomes platform independent. This gives us the flexibility to run our services on any operating system without doing any changes or installing new dependencies to the Operating system that you are using.

Commands:
- docker exec -it ContainerId /bin/sh

If you follow the following tutorial then you can run Kafka on below operating system
Windows
Mac
Any flavor/Distribution of Linux

#kafka #docker #dockercompose
Рекомендации по теме