From 859f371ed2748acfaffd48a3ef2b25e707d2b2e7 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Wed, 24 Jan 2018 01:30:06 +0800 Subject: [PATCH] =?UTF-8?q?Exactly-once=20Semantics=20are=20Possible:=20He?= =?UTF-8?q?re=E2=80=99s=20How=20Kafka=20Does=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 225d454..564043a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Contributions are always welcome! * [Real-time Data Pipeline with Kafka at Yelp](https://engineeringblog.yelp.com/2016/07/billions-of-messages-a-day-yelps-real-time-data-pipeline.html) * [Audit Kafka End-to-End at Uber (count each message exactly once, audit a message across tiers)](https://eng.uber.com/chaperone/) * [Deduplication Techniques](https://en.wikipedia.org/wiki/Data_deduplication) + * [Exactly-once Semantics are Possible: Here’s How Kafka Does it](https://www.confluent.io/blog/exactly-once-semantics-are-possible-heres-how-apache-kafka-does-it/) * [Real-time Deduping at Scale with Kafka-based Pipleline at Tapjoy](http://eng.tapjoy.com/blog-list/real-time-deduping-at-scale) * [Delivering Billions of Messages Exactly Once: Deduping at Segment](https://segment.com/blog/exactly-once-delivery/) * [Storage](http://highscalability.com/blog/2011/11/1/finding-the-right-data-solution-for-your-application-in-the.html)