Launching the infrastructure

The containers within this infrastructure communicate through the internal Docker network, kafka-network.

To launch the infrastructure (Dockerized Kafka infrastructure):

cd docker-compose/
make start

To stop the infrastructure:

cd docker-compose/
make stop