From 9c2e41e352b7a3ef0a4fe09a30cb9ffbf9eca745 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Fri, 20 Apr 2018 08:19:50 +0800 Subject: [PATCH] Samza: Stream Processing System for Latency Insighs at LinkedIn --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ef368..e677393 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,8 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Distributed Messaging and Event Streaming](https://arxiv.org/pdf/1704.00411.pdf) * [When to use RabbitMQ or Kafka](https://content.pivotal.io/blog/understanding-when-to-use-rabbitmq-or-apache-kafka) * [Should You Put Several Event Types in the Same Kafka Topic? - Martin Kleppmann](https://www.confluent.io/blog/put-several-event-types-kafka-topic/) - * [Kafka at Scale at Linkedin](https://engineering.linkedin.com/kafka/running-kafka-scale) + * [Kafka at Scale at LinkedIn](https://engineering.linkedin.com/kafka/running-kafka-scale) + * [Samza: Stream Processing System for Latency Insighs at LinkedIn](https://engineering.linkedin.com/blog/2018/04/samza-aeon--latency-insights-for-asynchronous-one-way-flows) * [Delaying Asynchronous Message Processing with RabbitMQ at Indeed](http://engineering.indeedblog.com/blog/2017/06/delaying-messages/) * [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) * [Building Reliable Reprocessing and Dead Letter Queues with Kafka at Uber](https://eng.uber.com/reliable-reprocessing/)