Q. Which Kafka API allows you to programmatically create and delete topics?
β
Correct Answer: (C)
AdminClient API
Explanation: The AdminClient API is used to manage Kafka topics, brokers, and configurations.