Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 331 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 331 Bytes

Data pipeline

Example of data pipeline. img

cmds

# list topics
docker-compose exec kafka kafka-topics --list --zookeeper zookeeper:2181

# create a topic
docker-compose exec kafka kafka-topics --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 1 --topic events-message-v1