- Install docker
- Install docker compose
cd
into this directory- Run all services using
docker-compose up
- Add the following lines to you hosts file to access the services from your host machine
127.0.0.1 kafka 127.0.0.1 kafka-schema-registry 127.0.0.1 kafka-rest-proxy 127.0.0.1 kafka-topics-ui 127.0.0.1 schema-registry-ui