πŸ“Š Apache Kafka
Q. Which Kafka consumer API allows asynchronous processing?
  • (A) poll()
  • (B) subscribe()
  • (C) seek()
  • (D) callback()
πŸ’¬ Discuss
βœ… Correct Answer: (A) poll()

Explanation: The poll() method in Kafka's consumer API allows asynchronous fetching of messages.

Explanation by: Mr. Dubey
The poll() method in Kafka's consumer API allows asynchronous fetching of messages.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate