Created
January 27, 2016 18:49
-
-
Save firesofmay/878df9545325faa7d00c to your computer and use it in GitHub Desktop.
Create new kafka topic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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