Exactly-once Semantics: How Kafka Does it 9 years ago
Is this similar to MQTT qos 2 ?
HN user
Is this similar to MQTT qos 2 ?
From the OP source -
" How does this feature work? Under the covers it works in a way similar to TCP; each batch of messages sent to Kafka will contain a sequence number which the broker will use to dedupe any duplicate send. "