Kafka - Cluster Architecture
Given the following code snippet, what will be the output if the current controller broker ID is 3?
var controllerId = adminClient.describeCluster().controller().get().id(); System.out.println(controllerId);
Given the following code snippet, what will be the output if the current controller broker ID is 3?
var controllerId = adminClient.describeCluster().controller().get().id(); System.out.println(controllerId);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions