How auto.offset.commit works in kafaka?
Summary point from the article then my understanding explanation:
https://www.confluent.io/learn/kafka-auto-reset/#how-apache-kafka-handles-consumer-offsets
- Each Kafka consumer group maintains its own offsets, which Kafka stores in a special topic called “__consumer_offsets”.
- Kafka consumers commit offsets? here is why?
https://syedblog61220.blogspot.com/2026/05/kafka-consumers-commit-offsets-here-is.html
-
Comments
Post a Comment