Skip to content
Advertisement

kafka configuration + zookeeper cli + get the right info for kafka host

As all know when is need to print the kafka broker id’s we can use the following cli

JavaScript

this cli print the following

JavaScript

Its means that we have kafka with id’s

JavaScript

But our kafka names are

JavaScript

So how to know which kafka broker id ( 1018 , 1017 , 1016 ) is belong to the real host ( Kafka_confluent01 / Kafka_confluent02 / Kafka_confluent03 )

Advertisement

Answer

You can get the list of brokers dynamically, using the following code.

JavaScript

After running the code, you will get the broker id and corresponding host.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement