makr96's comments

makr96 | 8 years ago | on: Exactly-once Semantics: How Kafka Does it

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. "

page 1