Hi, Is there any easy way to reset offset of consumer group back to 0 for given topic.
I am using below command to check offset bin/kafka-consumer-offset-checker.sh --zookeeper zookeeper-host.com:2181 --group consumer-group --topic nameoftopic --security SASL_PLAINTEXT Thanks, J