Q. What is the use of the Kafka AdminClient API?
β
Correct Answer: (B)
Manage topics, configurations, and partitions programmatically
Explanation: The AdminClient API allows administrative actions like topic creation and configuration.