Hi,
Would it be possible to see the offsets committed to zookeeper of a kafka topic when we consumer it using "storm-kafka" integration & is it possbile to edit the offset committed to zookeeper to re-consume the topic messages again?
And can someone help me identify,
Which class of "storm-kafka" does actually write/commits the offset to zookeeper ? &
which class actually fetches the last committed offset when we re-run a storm topology with same client id ?
Thanks a lot.