What determines Kafka consumer offset?

前端 未结 3 1093
囚心锁ツ
囚心锁ツ 2020-11-27 09:51

I am relatively new to Kafka. I have done a bit of experimenting with it, but a few things are unclear to me regarding consumer offset. From what I have understood so far, w

3条回答
  •  清酒与你
    2020-11-27 10:12

    Further more there's offsets.retention.minutes. If time since last commit is > offsets.retention.minutes, then auto.offset.reset also kicks in

提交回复
热议问题