Q. Which Kafka consumer API allows asynchronous processing?
β
Correct Answer: (A)
poll()
Explanation: The poll() method in Kafka's consumer API allows asynchronous fetching of messages.