When `:no_commit` is set, commits are performed anyway when Kafka topics have no message left
tanguilp opened this issue · 0 comments
tanguilp commented
It seems that when :no_commit
is set as the :commit_strategy
, commits are performed anyway when Kafka topics have no message left (https://github.com/sevenmind/kafka_ex_gen_stage_consumer/blob/master/lib/kafka_ex_gen_stage_consumer.ex#L357).
Maybe I'm misunderstanding the intended behavior?