Created
October 25, 2017 02:10
-
-
Save TRBaldim/50e7f219dc98143cd419f6905c712fff to your computer and use it in GitHub Desktop.
This file contains 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
# After stopping all application instances, reset the application | |
$ bin/kafka-streams-application-reset --application-id my-streams-app \ | |
--input-topics my-input-topic \ | |
--intermediate-topics rekeyed-topic \ | |
--bootstrap-servers brokerHost:9092 \ | |
--zookeeper zookeeperHost:2181 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment