From bb8e72ef893dd76f51b27c5943b71c0c102141f7 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 3 Mar 2019 22:18:52 +0800 Subject: [PATCH] Migrating Kafka's Zookeeper with No Downtime at Yelp --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6b8660..d56c28d 100644 --- a/README.md +++ b/README.md @@ -259,15 +259,15 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Pulsar: Pub-Sub Messaging at Scale at Yahoo](https://yahooeng.tumblr.com/post/150078336821/open-sourcing-pulsar-pub-sub-messaging-at-scale) * [Wormhole: Pub-Sub System at Facebook](https://code.facebook.com/posts/188966771280871/wormhole-pub-sub-system-moving-data-through-space-and-time/) * [Pub-Sub in Chatting Architecture at LINE](https://engineering.linecorp.com/en/blog/detail/85) - * [Kafka the Message Broker](https://martin.kleppmann.com/papers/kafka-debull15.pdf) - * [When to use RabbitMQ or Kafka](https://content.pivotal.io/blog/understanding-when-to-use-rabbitmq-or-apache-kafka) + * [Kafka the Message Broker](https://martin.kleppmann.com/papers/kafka-debull15.pdf) * [Kafka at LinkedIn](https://engineering.linkedin.com/kafka/running-kafka-scale) * [Kafka at Pinterest](https://medium.com/pinterest-engineering/how-pinterest-runs-kafka-at-scale-ff9c6f735be) - * [Kafka at Yelp](https://engineeringblog.yelp.com/2016/07/billions-of-messages-a-day-yelps-real-time-data-pipeline.html) * [Kafka at Trello](https://tech.trello.com/why-we-chose-kafka/) * [Kafka at Salesforce](https://engineering.salesforce.com/how-apache-kafka-inspired-our-platform-events-architecture-2f351fe4cf63) * [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) + * [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/) * [Chaperone: Audit Kafka End-to-End at Uber](https://eng.uber.com/chaperone/) * [Finding Kafka throughput limit in infrastructure at Dropbox](https://blogs.dropbox.com/tech/2019/01/finding-kafkas-throughput-limit-in-dropbox-infrastructure/)