Kafka 3.5.2 is able to read __consumer_offsets from partitions with metadata version 3 when inter.broker.protocol.version is set to 2.0

2024-07-16 Thread dethmix dethmix
Hi all, I am working on upgrading the Kafka cluster from the version 2.0.1 to 3.5.2. The main concern in that update is passing version 2.1 which has the following note in the upgrade document: ``` Note that 2.1.x contains a change to the internal schema used to store consumer offsets. Once the up

Re: Kafka 3.5.2 is able to read __consumer_offsets from partitions with metadata version 3 when inter.broker.protocol.version is set to 2.0

2024-08-13 Thread dethmix dethmix
Hi all, I do understand that everybody is excited about the Kafka 3.8 release, but this question is still actual :) Any updates. Thanks, On Tue, Jul 16, 2024 at 2:54 PM dethmix dethmix wrote: > Hi all, > > I am working on upgrading the Kafka cluster from the version 2.0.1 to > 3.5