From c14d735961d9dce65234b345d597c8663162bc18 Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Mon, 27 Apr 2020 21:52:17 +0800 Subject: [PATCH 1/2] update raft borken link --- docs/design.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.html b/docs/design.html index 4c4e796be3e04..afba2739e6400 100644 --- a/docs/design.html +++ b/docs/design.html @@ -366,7 +366,7 @@

Replicated Logs: Q

There are a rich variety of algorithms in this family including ZooKeeper's Zab, - Raft, + Raft, and Viewstamped Replication. The most similar academic publication we are aware of to Kafka's actual implementation is PacificA from Microsoft. From 62cf1ff29125737a205bb065e139afc7e71ab18c Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Tue, 28 Apr 2020 11:01:16 +0800 Subject: [PATCH 2/2] address reviewer's comment to use pdf link --- docs/design.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.html b/docs/design.html index afba2739e6400..3745ab5457a26 100644 --- a/docs/design.html +++ b/docs/design.html @@ -366,7 +366,7 @@

Replicated Logs: Q

There are a rich variety of algorithms in this family including ZooKeeper's Zab, - Raft, + Raft, and Viewstamped Replication. The most similar academic publication we are aware of to Kafka's actual implementation is PacificA from Microsoft.