Hi Guys,
Iam new to Kafka I was researching a bit about finding the cluster.id for a
newly built 3 node zookeeper ensemble so that I can switch my Kafka
brokers to these zookeeper
Is there a way to pre-find this cluster.id value that is used in meta
properties by Kafka as right now it's reflect
Hi All,
Any help on this query please?
Regards
GP
On Tue, 11 Jul, 2023, 21:01 Gaurav Pande, wrote:
> Hi Guys,
>
> Iam new to Kafka I was researching a bit about finding the cluster.id for
> a newly built 3 node zookeeper ensemble so that I can switch my Kafka
> brokers to these zookeeper
>
>
Gentle reminder!
-Original Message-
From: Sahil Sharma D
Sent: 03 July 2023 04:39 PM
To: users@kafka.apache.org
Subject: RE: Release plan required for version 3.5.1
Hi,
That means below vulnerabilities are not appliable for kafka, right?
CVE-2022-42003
CVE-2022-42004
CVE-2023-34454
CVE-
You can get the cluster id from zookeeper shell as below
nchilakam@nchilakam 7.4.0-cp-demo-examples % zookeeper-shell localhost:2181
get /cluster/id Connecting to localhost:2181 WATCHER:: WatchedEvent
state:SyncConnected type:None path:null
{"version":"1","id":"_esLic79RVSuuMOrQaxJXA"}
On Wed, Jul
Thanks on below info is there some set of these xli commands documented
somewhere? If so could you share the link
Regards,
GP
On Wed, 12 Jul, 2023, 10:53 Nag Pavan Chilakam,
wrote:
> You can get the cluster id from zookeeper shell as below
> nchilakam@nchilakam 7.4.0-cp-demo-examples % zookeeper