Re: kafkaConfig.forceFromStart=true;

2014-09-06 Thread Dhaval Modi
t;>>> Dhaval Modi >>>> dhavalmod...@gmail.com >>>> >>>> >>>> On 4 September 2014 19:39, siddharth ubale >>>> wrote: >>>> >>>>> Hi , >>>>> >>>>> i have a topology

Re: kafkaConfig.forceFromStart=true;

2014-09-06 Thread Vikas Agarwal
dhavalmod...@gmail.com >>> >>> >>> On 4 September 2014 19:39, siddharth ubale >>> wrote: >>> >>>> Hi , >>>> >>>> i have a topology where i am emmitting json objects onto a kafka topic >>>> using a kafka pr

Re: kafkaConfig.forceFromStart=true;

2014-09-04 Thread Dhaval Modi
od...@gmail.com >> >> >> On 4 September 2014 19:39, siddharth ubale >> wrote: >> >>> 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

Re: kafkaConfig.forceFromStart=true;

2014-09-04 Thread siddharth ubale
bjects 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 , whenever i use kafkaC

Re: kafkaConfig.forceFromStart=true;

2014-09-04 Thread Dhaval Modi
rm 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 valu

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