You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the solution is single-node only. We need to implement at least replication to avoid Single Point Of Failures in the infrastructure.
This can be achieved using the Raft protocol, which would replicate a history of commands to perform on the database (which would translate to BadgerDB transactions) to every node in the cluster.
Scope
storage
Desired Behavior
At the moment, the solution is single-node only. We need to implement at least replication to avoid Single Point Of Failures in the infrastructure.
This can be achieved using the Raft protocol, which would replicate a history of commands to perform on the database (which would translate to BadgerDB transactions) to every node in the cluster.
See: https://github.com/hashicorp/raft
The text was updated successfully, but these errors were encountered: