Re: [ANNOUNCE] Apache Kafka 3.2.1

2022-08-09 Thread Bruno Cadonna
Thanks for driving the release, David! Best, Bruno On 03.08.22 17:46, Kirk True wrote: Thanks for driving this, David! On Mon, Aug 1, 2022, at 4:45 PM, David Arthur wrote: The Apache Kafka community is pleased to announce the release for Apache Kafka 3.2.1 This is a bugfix release with sever

Invalid PEM keystore configs

2022-08-09 Thread Sourabh Mokhasi
Hi All, I am trying to set up encryption on a self-managed Kafka cluster running Kafka 3.0, jdk-11, using certificates signed with an internal root CA in pem format. I am running into the following error when I try to restart Kafka. *org.apache.kafka.common.errors.InvalidConfigurationException

Re: leftjoin not working as expected.

2022-08-09 Thread Guozhang Wang
Hello Chad, Here are a few thoughts on top of my head: for left joins, we would keep those received records from the left side that have NOT found a match on the right side in a separate temporary store (this is only recently improved, but since you're already on 3.2.1 it's the case indeed). When

Invalid PEM keystore configs

2022-08-09 Thread Sourabh Mokhasi
Hi All, I am trying to set up encryption on a self-managed Kafka cluster running Kafka 3.0, jdk-11, using certificates signed with an internal root CA in pem format. I am running into the following error when I try to restart Kafka. *org.apache.kafka.common.errors.InvalidConfigurationException