|
|
|
|
|
by odeheurles
3368 days ago
|
|
Thanks for sharing the video and great talk btw.
Brian, the speaker, actually asks the audience (around minute 20 in the video) if anybody use paxos for the matching engine. What I'm talking about in the article is exactly that: we're just using another consensus algorithm (Raft) which is significantly simpler to implement than Paxos. LMAX use synchronous replication in their exchange: https://www.infoq.com/presentations/LMAX |
|