Kafka - Rewind Consumer Offsets
One of the most important features from Apache Kafka is how it manages Multiple Consumers. Each consumer group
has a current offset
, that determine at what point in a topic
this consumer group
has consume messages. So, each consumer group
can manage its offset
independently, by partition
.
This offers the possibility to rollback in time and reprocess messages from the beginning of a topic
and regenerate the current status of the system.
Read full article from Kafka - Rewind Consumer Offsets
No comments:
Post a Comment