Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h4><a id="design_replicatedlog" href="#design_replicatedlog">Replicated Logs: Q
<p>
There are a rich variety of algorithms in this family including ZooKeeper's
<a href="http://web.archive.org/web/20140602093727/http://www.stanford.edu/class/cs347/reading/zab.pdf">Zab</a>,
<a href="https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf">Raft</a>,
<a href="https://www.usenix.org/conference/atc14/technical-sessions/presentation/ongaro">Raft</a>,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the spotting the fix.
Minor suggestion, I think it'd be best to link directly to the paper (pdf) instead of the page of the presentation (that indeed includes the paper too).

Here are two options:
https://web.stanford.edu/~ouster/cgi-bin/papers/raft-atc14
or
https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @kkonstantine ,
Thanks for the comments. I've updated the link to the pdf link: https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf

Thanks.

and <a href="http://pmg.csail.mit.edu/papers/vr-revisited.pdf">Viewstamped Replication</a>.
The most similar academic publication we are aware of to Kafka's actual implementation is
<a href="http://research.microsoft.com/apps/pubs/default.aspx?id=66814">PacificA</a> from Microsoft.
Expand Down