Re: How to get Kafka cluster.id priperty

2023-07-12 Thread Nag Pavan Chilakam
kafka commands are available in confluent developer pages https://docs.confluent.io/kafka/operations-tools/kafka-tools.html# For ZK commands you may have to refer to zookeeper docs. btw try kraft mode, so you don't need to be worried about zookeeper :) On Wed, Jul 12, 2023 at 11:18 AM Gaurav Pande

Replication factor for a topic Increase

2023-07-12 Thread Gaurav Pande
Hi all, I have noticed that when I describe my Kafka topic I see ReplicationFactor:1 but in my server.properties file I already have defined below values i.e a replication factor of 3 : num.partions=3 offsets.topic.replication.factor=3 transaction.state.log.replication.factor=3 transaction.state

Re: Release plan required for version 3.5.1

2023-07-12 Thread Divij Vaidya
Hey Sahil https://cwiki.apache.org/confluence/display/KAFKA/Release+plan+3.5.1 is the release plan. RC0 is currently available for voting. In future, I would encourage you to subscribe to devloper mailing list where updates regarding release planning are posted. You can see how to subscribe to it

Re: [VOTE] 3.5.1 RC0

2023-07-12 Thread Divij Vaidya
+ kafka-clie...@googlegroups.com -- Divij Vaidya On Wed, Jul 12, 2023 at 12:03 PM Divij Vaidya wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache Kafka 3.5.1. > > This release is a security patch release. It upgrades the depende

[VOTE] 3.5.1 RC0

2023-07-12 Thread Divij Vaidya
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 3.5.1. This release is a security patch release. It upgrades the dependency, snappy-java, to a version which is not vulnerable to CVE-2023-34455. You can find more information about the CV