Kafka-Node example spin up Docker containers: docker-compose up create kafka topic docker exec -it kafka /opt/bitnami/kafka/bin/kafka-topics.sh --create --topic test --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1