Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created October 2, 2019 14:01
Show Gist options
  • Save gnschenker/ea30c86cc67011f43df3c396b4a0876c to your computer and use it in GitHub Desktop.
Save gnschenker/ea30c86cc67011f43df3c396b4a0876c to your computer and use it in GitHub Desktop.
kafka-topics --bootstrap-server kafka:9092 \
--create \
--topic demo-topic \
--partitions 3 \
--replication-factor 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment