A

Admin • 802.91K Points
Coach

Q. How can Kafka provide exactly-once delivery semantics?

  • (A) By disabling offsets
  • (B) By using transactions and idempotent producers
  • (C) By writing to disk multiple times
  • (D) By disabling replication
  • Correct Answer - Option(B)
  • Views: 6
  • Filed under category Apache Kafka
  • Hashtags:

Explanation by: Admin
Exactly-once semantics are achieved using idempotent producers and transactional APIs.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.