From acab01355720627a2abf48c80c7185aff394fb71 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 23 Feb 2020 09:54:30 +0800 Subject: [PATCH] Kafka at Criteo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d17549..6807cf3 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Kafka at Rakuten](https://techblog.rakuten.co.jp/2016/01/28/rakuten-paas-kafka/) * [Kafka at The New York Times](https://open.nytimes.com/publishing-with-apache-kafka-at-the-new-york-times-7f0e3b7d2077) * [Kafka at Yelp](https://engineeringblog.yelp.com/2016/07/billions-of-messages-a-day-yelps-real-time-data-pipeline.html) + * [Kafka at Criteo](https://medium.com/criteo-labs/upgrading-kafka-on-a-large-infra-3ee99f56e970) * [Kafka on Kubernetes at Shopify](https://shopifyengineering.myshopify.com/blogs/engineering/running-apache-kafka-on-kubernetes-at-shopify) * [Migrating Kafka's Zookeeper with No Downtime at Yelp](https://engineeringblog.yelp.com/2019/01/migrating-kafkas-zookeeper-with-no-downtime.html) * [Reprocessing and Dead Letter Queues with Kafka at Uber](https://eng.uber.com/reliable-reprocessing/)