-
Hi, I am running stream test against Kafka broker on VM. In order to make test results consistent, I want to start from fresh state every time. How I can cleanup up all footprints of previous tests? Thanks beforehand! |
Beta Was this translation helpful? Give feedback.
Answered by
LGouellec
Apr 28, 2022
Replies: 1 comment 1 reply
-
Hi @Ali94k, For now, we haven’t application reset tool like Kafka streams Java. Be careful to remove local state store too. regards |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LGouellec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Ali94k,
For now, we haven’t application reset tool like Kafka streams Java.
You can create a script which list all topics prefixed by your application ID and delete them.
Be careful to remove local state store too.
regards