goflow icon indicating copy to clipboard operation
goflow copied to clipboard

Replace redis with raft consensus

Open alphadose opened this issue 1 year ago • 0 comments

Redis might become a single point of failure even if redis-sentinel/cluster is used. Replacement of redis with https://github.com/hashicorp/raft will remove that single point of failure and enable packaging of goflow into a single binary. Furthermore, you might find storing and manipulating the DAG easier using the raft protocol as it operates on the basis of replicated state machines.

alphadose avatar Aug 15 '22 06:08 alphadose