Re: [VOTE] 3.6.0 RC2

2023-10-01 Thread Luke Chen
Hi Satish, I verified with: 1. Ran quick start in KRaft for scala 2.12 artifact 2. Making sure the checksum are correct 3. Browsing release notes, documents, javadocs, protocols. 4. Verified the tiered storage feature works well. +1 (binding). Thanks. Luke On Mon, Oct 2, 2023 at 5:23 AM Jakub

Re: [VOTE] 3.6.0 RC2

2023-10-01 Thread Jakub Scholz
+1 (non-binding). I used the Scala 2.13 binaries and the staged Maven artifacts and run my tests. Everything seems to work fine for me. Thanks Jakub On Fri, Sep 29, 2023 at 8:17 PM Satish Duggana wrote: > Hello Kafka users, developers and client-developers, > > This is the third candidate for t

Downgrading KRaft metadata version

2023-10-01 Thread Jakub Scholz
Hi, I have a Kraft cluster running Kafka 3.5 and using the metadata.version 3.5 as well: $ bin/kafka-features.sh --bootstrap-server localhost:9092 describe Feature: metadata.version SupportedMinVersion: 3.0-IV1 SupportedMaxVersion: 3.5-IV2FinalizedVersionLevel: 3.5-IV2 Epoch: 140 The

Re: Kafka Protocol : Compact Array or Array ?

2023-10-01 Thread Neeraj Vaidya
Hi All, I've raised this on StackOverflow as well : https://stackoverflow.com/questions/77208870/kafka-binary-protocol-array-or-compact-array In case someone can help in answering that question. Regards, Neeraj On Sunday, 1 October, 2023 at 11:32:49 am GMT+11, Neeraj Vaidya wrote: Hi

Offline migration from Zookeeper cluster (3.1) to Kraft enabled Cluster 3.5

2023-10-01 Thread Denny Fuchs
hi, we have a running Kafka Cluster with 7 nodes, based on 3.1 + Zookeeper and we need to migrate the data to a new cluster, which has KRaft enabled and contains only 5 nodes. I just found only HOWTOs, to make this with with an online migration, but the clusters have no direct connections.