Skip to content

Instantly share code, notes, and snippets.

@jjkoshy
Created October 22, 2014 18:49
Show Gist options
  • Save jjkoshy/ec2894232d498c25de46 to your computer and use it in GitHub Desktop.
Save jjkoshy/ec2894232d498c25de46 to your computer and use it in GitHub Desktop.
for i in {1..50}; do ./bin/kafka-topics.sh --create --topic test$i --zookeeper localhost:2181 --partitions 4 --replication-factor 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment