Kafka - Cluster Architecture
You are implementing a Kafka monitoring tool that must detect and log whenever the controller broker changes. Which method correctly achieves this using Kafka's AdminClient?
You are implementing a Kafka monitoring tool that must detect and log whenever the controller broker changes. Which method correctly achieves this using Kafka's AdminClient?
describeCluster().controller() returns the current controller broker node.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions