Hi I am using Kafka with Storm as described here - https://github.com/apache/storm/tree/master/external/storm-kafka However, If I kill my topology and start it again, it restarts the KafkaSpout from offset 0. Ideally, it should restart from where it left off. My nimbus and supervisors are up and running all the time.
I am using the default zookeeper provided by kafka. storm version - 0.95 kafka - 2.9.1
