Re: KafkaSpout forceFromStart Issue

2015-12-02 Thread Rakesh Surendra
What happened to this issue ? Any updates ? I seem to be facing the same issue. Regards, Raki

Re: KafkaSpout forceFromStart Issue

2015-03-23 Thread Harsha
Hi Francois,            Looks like this belong storm mailing lists. Can you please send this question on storm mailing lists. Thanks, Harsha On March 23, 2015 at 11:17:47 AM, François Méthot (fmetho...@gmail.com) wrote: Hi, We have a storm topology that uses Kafka to read a topic with 6 p

KafkaSpout forceFromStart Issue

2015-03-23 Thread François Méthot
Hi, We have a storm topology that uses Kafka to read a topic with 6 partitions. ( Kafka 0.8.2, Storm 0.9.3 ) Recently, we had to set the KafkaSpout to read from the beginning, so we temporary configured our KafkaConfig this way: kafkaConfig.forceFromStart=true kafkaConfig.startOffsetTime = Of