Stream processing with Kafka Slides Configuration Please take a look at all configuration from kafka here. Docker Starting cluster docker-compose up Command line for Kafka Create topic ./bin/kafka-topics.sh --create --topic demo_1 --bootstrap-server localhost:9092 --partitions 2 KStreams Slides Concepts Python Faust Faust Doc KStream vs Faust JVM library Confluent Kafka Stream Example Kafka connect Blog post