Demystifying Apache Kafka Message Delivery Semantics: At-most-once & At-least-once & Exactly-once…oh my!

Apache Kafka® supports 3 message delivery semantics: at-most-once, at-least-once, and exactly-once. So how do you choose which configuration is right for you? Learn the trade-offs between each delivery semantic and determine which is the best option for your use case.