Created
July 11, 2016 13:33
-
-
Save jacoelho/585f10c00bdcf7459140377158d0b446 to your computer and use it in GitHub Desktop.
kafka change partition number
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 \ | |
| --zookeeper $ZK \ | |
| --alter \ | |
| --topic <name> \ | |
| --partitions <partitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment