kafkaConfig.forceFromStart=true;

2014-09-04 Thread siddharth ubale
Hi , i have a topology where i am emmitting json objects onto a kafka topic using a kafka producer to a storm bolt. I have been relaying the same objects on the same topic over and over again as i am figuring out few things. after a while i can see that if i use kafkaConfig.forceFromStart=true

Re: kafkaConfig.forceFromStart=true;

2014-09-04 Thread Dhaval Modi
to a storm bolt. I have been relaying the same objects on the same topic over and over again as i am figuring out few things. after a while i can see that if i use kafkaConfig.forceFromStart=true; then i can see the messages on the topic from start to the recent most offset value, however