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
| Author | Damian Guy |
| Status | Discarded |
| JIRA | KAFKA-4317 |
| Wiki | View on Apache Wiki |
| Created | 2017-02-01 |
| Last Modified | 2017-02-15 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.