Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
./bin/kafka-cluster.sh --bootstrap-server localhost:9092 list-nodes
ID         HOST      PORT       STATE      RACK       
0          broker-0  9092       unfenced              
1          broker-1  9092       unfenced
2          broker-2  9092       fenced             

./bin/kafka-cluster.sh --bootstrap-controller localhost:9093 list-nodes
ID         HOST      		   PORT       RACK       
0          controller-3    9093             
1          controller-4    9093      
2          controller-5    9093       

...