Other than using JMX is there any other way to know, whether a broker is an ActiveController?
I know that the cluster generates a metric kafka.controller:type=KafkaController,name=ActiveControllerCount
, but I cannot find which broker is the active controller.
Is it necessary to write a JMX client to know it or is there another (better?) way?