From 34e32295b5cd16e5c65e7842d789608dc19bc728 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Fri, 20 Oct 2023 15:22:52 +0800 Subject: [PATCH] Scaling Kafka to Support Data Growth at PayPal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b30400c..145c16d 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Finding Kafka throughput limit in infrastructure at Dropbox](https://blogs.dropbox.com/tech/2019/01/finding-kafkas-throughput-limit-in-dropbox-infrastructure/) * [Cost Orchestration at Walmart](https://medium.com/walmartlabs/cost-orchestration-at-walmart-f34918af67c4) * [InfluxDB and Kafka to Scale to Over 1 Million Metrics a Second at Hulu](https://medium.com/hulu-tech-blog/how-hulu-uses-influxdb-and-kafka-to-scale-to-over-1-million-metrics-a-second-1721476aaff5) + * [Scaling Kafka to Support Data Growth at PayPal](https://medium.com/paypal-tech/scaling-kafka-to-support-paypals-data-growth-a0b4da420fab) * [Stream Data Deduplication](https://en.wikipedia.org/wiki/Data_deduplication) * [Exactly-once Semantics with Kafka](https://www.confluent.io/blog/exactly-once-semantics-are-possible-heres-how-apache-kafka-does-it/) * [Real-time Deduping at Tapjoy](http://eng.tapjoy.com/blog-list/real-time-deduping-at-scale)