Start the Docker composition and then start three sessions:
docker exec -it try-kafka-stream_kafka_1 \
kafka-console-producer --broker-list localhost:9092 \
--topic wordsdocker exec -it try-kafka-stream_kafka_1 \
kafka-console-consumer --bootstrap-server localhost:9092 \
--topic upper_wordsdocker exec -it try-kafka-stream_kafka_1 \
kafka-console-consumer --bootstrap-server localhost:9092 \
--topic word_counts --property print.key=true- try-kafka-streams-word-counts-changelog
- try-kafka-streams-words-repartition
- upper_words
- word_counts
- words