sevenmind/kafka_ex_gen_stage_consumer

When `:no_commit` is set, commits are performed anyway when Kafka topics have no message left

Opened this issue · 0 comments

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?