conduktor.io ↗

KIP-116 — Add State Store Checkpoint Interval Configuration

Discarded Streams

Proposed making the Kafka Streams state store checkpoint file write interval configurable via a new `state.store.checkpoint.interval.ms` config, so checkpoints are written periodically rather than only on clean shutdown. After an unclean shutdown, the checkpoint is lost and restoration begins from the earliest offset, causing unnecessarily long recovery times. (Rejected — checkpoint is written on every `commit`.)

Details

AuthorDamian Guy
StatusDiscarded
JIRAKAFKA-4317
WikiView on Apache Wiki
Created2017-02-01
Last Modified2017-02-15
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.