I am new to Kafka and Storm. I have done simple program to post some messages to Kafka broker and able to read the messages using kafkaStorm consumer. Now i have stopped the Kafkastorm consumer and post one message to kafka broker and the message offset was 50, and then i restarted the consumer, my expectation was the consumer should read the message from offset 50 but it reads the message from offset 51.
Can anyone help me to fix this. Regards Pranesh
