I referenced https://www.confluent.io/blog/data-reprocessing-with-kafka-streams-resetting-a-streams-application/ and tried to use Kafka Streams Application Reset Tool for resetting the kafka streams application. But even I did all prerequisite and the necessary steps, when I check the resetting topic offset by /opt/cloudera/parcels/KAFKA/lib/kafka/bin/kafka-consumer-groups.sh, the CURRENT-OFFSET is still not 0.
Anyone could help with that? Will be really appreciated.