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