conduktor.io ↗

KIP-741 — Change default serde to be null

Accepted Kafka 3.0 Streams

Changes the default `DEFAULT_KEY_SERDE_CLASS_CONFIG` and `DEFAULT_VALUE_SERDE_CLASS_CONFIG` in `StreamsConfig` from `ByteArraySerde` to `null` in Kafka 3.0. The previous byte-array default silently accepted serialization mismatches, causing data corruption rather than an immediate configuration error when users forgot to specify a serde.

Details

AuthorLeah Thomas
StatusAccepted
Kafka Version3.0
JIRAKAFKA-9559
WikiView on Apache Wiki
Created2021-05-17
Last Modified2021-05-27
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.