kafka consumer can not auto commit

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

kafka consumer can not auto commit

远远
I find kafka consumer can not auto commit, when I test kudu async client with flink async io today.
- i do not enable checkpoint, and with procress time.
- the consumer strategy that i set in connector is: setStartFromEarliest()

the consumer config printed in console as follow:

auto.offset.reset = latest
check.crcs = true
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.min.bytes = 1
Reply | Threaded
Open this post in threaded view
|

Re: kafka consumer can not auto commit

vino yang
Hi zhao,

Can you explain what version of Kafka connector you are using?

Thanks, vino.

远远 <[hidden email]> 于2018年8月22日周三 下午6:37写道:
I find kafka consumer can not auto commit, when I test kudu async client with flink async io today.
- i do not enable checkpoint, and with procress time.
- the consumer strategy that i set in connector is: setStartFromEarliest()

the consumer config printed in console as follow:

auto.offset.reset = latest
check.crcs = true
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.min.bytes = 1