Skip to content

Instantly share code, notes, and snippets.

@TRBaldim
Created October 25, 2017 02:10
Show Gist options
  • Save TRBaldim/50e7f219dc98143cd419f6905c712fff to your computer and use it in GitHub Desktop.
Save TRBaldim/50e7f219dc98143cd419f6905c712fff to your computer and use it in GitHub Desktop.
# 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