Skip to content

Commit 1418a95

Browse files
authored
chore: fix link in stateful (jina-ai#5882)
1 parent 8d18679 commit 1418a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/orchestration/scale-out.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Replication is used to scale out Executors by creating copies of them that can h
8989
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,
9090
which can lead to undesired behavior, since each replica can provide different results depending on the specific state they hold.
9191

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
9393
an algorithm that guarantees eventual consistency between replicas.
9494

9595
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

Comments
 (0)