Hacker News new | ask | show | jobs
by haggy 2922 days ago
The author of this project is locked into Raft. What's the difference?
4 comments

They are different layers of abstraction.

Storage and computing are two layers in a normal application. You are free to switch computing layers as long as storage layer speaking some standard protocol.

AKKA + AKKA persistent, how can you switch the computing layer?

RAFT is an algorithm and Akka is a "framework" ?
The connection is made over the mysql protocol, and it is SQL, so you could migrate to mysql/mariadb if need arises.
Akka includes a facility for distributed data based on CRDTs, but I can't recall what it uses for consensus.