s to the companion PR [
> https://github.com/apache/kafka/pull/14093], and will mark it as "Ready
> for Review" in a few.
>
> Cheers
>
> From: dev@kafka.apache.org At: 07/25/23 10:42:58 UTC-4:00To:
> dev@kafka.apache.org
> Subject: Re: [DISCUSS] KIP-959 Add Boolean
apache.org At: 07/25/23 10:42:58 UTC-4:00To:
dev@kafka.apache.org
Subject: Re: [DISCUSS] KIP-959 Add BooleanConverter to Kafka Connect
Hi Hector,
Thanks for the KIP! Really appreciate the tight scope, hoping this will be
easy to review :)
I only have one question: it looks like our existing
Hi Hector,
Thanks for the KIP! Really appreciate the tight scope, hoping this will be
easy to review :)
I only have one question: it looks like our existing primitive converters
(string converter + subclasses of NumberConverter) are hardcoded to play
nicely with null values during deserialization
Hi everyone,
I'd like to start a discussion of KIP-959, which aims to add a BooleanConverter
to Kafka Connect:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-959%3A+Add+BooleanConverter+to+Kafka+Connect
This KIP is a counterpart of KIP-907: Add Boolean Serde to public interface
[https:/