makr96 | 8 years ago | on: Exactly-once Semantics: How Kafka Does it
Is this similar to MQTT qos 2 ?
makr96 | 8 years ago | on: Exactly-once Semantics: How Kafka Does it
makr96 | 8 years ago | on: Exactly-once Semantics: How Kafka Does it
" 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. "