Re: Kafka Spout enable.auto.commit=false

2017-02-21 Thread Igor Kuzmenko
Thanks, Hugo. That's all I want to know abot this. On Tue, Feb 21, 2017 at 9:01 PM, Hugo Da Cruz Louro wrote: > As per KafkaConsumer documentation > > : > > “ Setting

Re: Kafka Spout enable.auto.commit=false

2017-02-21 Thread Hugo Da Cruz Louro
As per KafkaConsumer documentation: “ Setting enable.auto.commit=true means that offsets are committed automatically with a frequency controlled by the config auto.commit.interval.ms. “ That

Kafka Spout enable.auto.commit=false

2017-02-20 Thread Igor Kuzmenko
Hello, I'd like to understand difference between auto commit mode true/false in new KafkaSpout. With auto.commit.enabled = false KafkaSpout will move my offset relying on acked tuples, it seems easy. But what happens if I turn auto commit on? How Kafka make decision which offset to commit?