Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 669 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 669 Bytes

~ % kafka-topics.sh --create --topic streams-app-wordcount-output --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1

~ % kafka-topics.sh --create --topic streams-app-wordcount-input --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1

~ % kafka-topics.sh --create --topic fav-color-input --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1

~ % kafka-topics.sh --create --topic fav-color-output --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1

~ % kafka-topics.sh --create --topic user-keys-and-colors --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1