From 2760b60e259c0e538f3a6ff671e234f9ef810da7 Mon Sep 17 00:00:00 2001 From: Oleksandr Olgashko Date: Tue, 5 Sep 2017 15:56:53 +0300 Subject: [PATCH] correct link to Kafka's paper --- distributed_systems/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index 3de4498..e15f634 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -17,7 +17,7 @@ * [Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications](http://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf) -* [Kafka: a Distributed Messaging System for Log Processing](http://research.microsoft.com/en-us/um/people/srikanth/netdb11/netdb11papers/netdb11-final12.pdf) +* [Kafka: a Distributed Messaging System for Log Processing](http://notes.stephenholiday.com/Kafka.pdf) * [Large-scale cluster management at Google with Borg](http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/43438.pdf)