Re: [VOTE] KIP-907: Add Boolean Serde to public interface

2023-03-06 Thread SpacRocket
Hello Everyone, Thank you everyone for looking into my KIP, much appreciated. I’d like to inform you that I closed the voting and soon will implement the changes. For the KIP, Kafka has Lazy Majority: I’ve got +3 (binding) and +2 (non-binding) votes. https://lists.apache.org/list?dev@kafka.apa

[VOTE] KIP-907: Add Boolean Serde to public interface

2023-02-24 Thread SpacRocket
Hi Everyone,  I'd like to call for a vote on KIP-907, which proposes new public classes to the package org.apache.kafka.common.serialization: - BooleanSerde - BooleanSerializer - BooleanDeserializerKIP:lists.apache.org- Jakub

Re: [DISCUSS] KIP-907: Add Boolean Serde to public interface

2023-02-23 Thread spacrocket
ooleanSerializer` and `BooleanDeserializer` are also new > classes that are added and should be listed explicitly similar to > `BooleanSerde` in the "Public Interfaces" section of the KIP. > > > -Matthias > > On 2/21/23 10:52 AM, SpacRocket wrote: >> Hello Everyone,

Re: [DISCUSS] KIP-907: Add Boolean Serde to public interface

2023-02-23 Thread SpacRocket
gt; One comment: Both `BooleanSerializer` and `BooleanDeserializer` are also new > classes that are added and should be listed explicitly similar to > `BooleanSerde` in the "Public Interfaces" section of the KIP. > > > -Matthias > > On 2/21/23 10:52 AM, SpacRocket wrote

[DISCUSS] KIP-907: Add Boolean Serde to public interface

2023-02-21 Thread SpacRocket
Hello Everyone, I’d like to get a discussion going for KIP-907: https://cwiki.apache.org/confluence/display/KAFKA/KIP-907%3A+Add+Boolean+Serde+to+public+interface Which adds Boolean Serde to the public interface. The KIP contains the details how I want to do this and what internal code I need t