KAFKA Run Kafka locally with docker compose. docker compose up -d topics To view list of topics attach to container and run kafka-topics --list --bootstrap-server localhost:9092 View events kafka-topics --bootstrap-server localhost:9092 --describe --topic orders