7 ms·
Very neat tool. Thank you for your efforts! I am wondering how state replication works on the backend. The design mentions using crdt and a gossip proto, but
by nrki 10mo ago
Very neat tool. Thank you for your efforts!
I am wondering how state replication works on the backend. The design mentions using crdt and a gossip proto, but I'm not sure what is actually implemented as it is a tad vague. I haven't dug into the code so forgive me if it is obvious or explained elsewhere.
- jabr 10mo agoState replication is currently based on corrosion: https://github.com/superfly/corrosion https://github.com/superfly/corrosion