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
Copy file name to clipboardexpand all lines: docs/concepts/orchestration/scale-out.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Replication is used to scale out Executors by creating copies of them that can h
89
89
However, when an Executor maintains some sort of state, then it is not simple to guarantee that each copy of the Executor maintains the *same* state,
90
90
which can lead to undesired behavior, since each replica can provide different results depending on the specific state they hold.
91
91
92
-
In Jina, you can also have replication while guaranteeing the consensus between Executors. For this, we rely on (RAFT)[https://raft.github.io/], which is
92
+
In Jina, you can also have replication while guaranteeing the consensus between Executors. For this, we rely on [RAFT](https://raft.github.io/), which is
93
93
an algorithm that guarantees eventual consistency between replicas.
94
94
95
95
Consensus-based replication using RAFT is a distributed algorithm designed to provide fault tolerance and consistency in a distributed system. In a distributed system, the nodes may fail, and messages may be lost or delayed, which can lead to inconsistencies in the system.
0 commit comments