kkrs / paxos

Paxos consensus implemented in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Multi-Paxos consensus algorithm with the Kompics distributed system framework. (academic project)

It uses an Abortable Consensus abstraction (ac) and an Eventual Leader Detector abstraction (eld).

Based on Paxos Made Simple.

About

Paxos consensus implemented in java


Languages

Language:Java 100.0%