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
| Author | Leah Thomas |
| Status | Accepted |
| Kafka Version | 3.0 |
| JIRA | KAFKA-9559 |
| Wiki | View on Apache Wiki |
| Created | 2021-05-17 |
| Last Modified | 2021-05-27 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.