conduktor.io ↗

KIP-907 — Add Boolean Serde to public interface

Accepted Kafka 3.5 StreamsClient

Adds `BooleanSerializer`, `BooleanDeserializer`, and `Serdes.Boolean()` to the public `org.apache.kafka.common.serialization` package. Boolean was the only primitive type missing from Kafka's built-in serialization library, requiring users to implement their own or convert to byte/integer.

Details

AuthorSpacrocket
StatusAccepted
Kafka Version3.5
JIRAKAFKA-14491
WikiView on Apache Wiki
Created2023-02-20
Last Modified2023-03-06
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.