Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Created January 27, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firesofmay/878df9545325faa7d00c to your computer and use it in GitHub Desktop.
Save firesofmay/878df9545325faa7d00c to your computer and use it in GitHub Desktop.
Create new kafka topic
./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment