Hi, I want to reset the kafka offset in zookeeper so that the consumer will start reading messages from first offset. I am using flume as a consumer to kafka. I have set the kafka property kafka.auto.offset.reset to "smallest", but it does not reset the offset in zookeeper and that's why flume will not read messages from first offset.
Is there any way to reset kafka offset in zookeeper? Thanks, Akhilesh