conduktor.io ↗

KIP-725 — Streamlining configurations for WindowedSerializer and WindowedDeserializer.

Accepted Kafka 3.0 Streams

Deprecates `default.windowed.key.serde.inner` / `default.windowed.value.serde.inner` in `StreamsConfig` and introduces a unified `TimeWindowedSerde` and `SessionWindowedSerde` constructors that combine inner serde and window size in one object. KIP-659's `windowSize` config on `TimeWindowedDeserializer` was inconsistently applied when only one of the inner serde or window size was provided, leading to subtle deserialization errors.

Details

AuthorSagar Rao
StatusAccepted
Kafka Version3.0
JIRAKAFKA-12313
WikiView on Apache Wiki
Created2021-03-22
Last Modified2021-05-18
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.