Skip to content

Commit c7eba80

Browse files
authored
docs: make explicit that non-local reads will update the local view of ddata (#32764)
1 parent ff54d25 commit c7eba80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

akka-docs/src/main/paradox/typed/distributed-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ at least **N/2 + 1** replicas, where N is the number of nodes in the cluster
309309
Exiting nodes are excluded using `ReadAll` because those are typically about to be removed and will not be able to respond.
310310

311311
Note that `ReadMajority` and `ReadMajorityPlus` have a `minCap` parameter that is useful to specify to achieve
312-
better safety for small clusters.
312+
better safety for small clusters. Additionally, reads from remote replicas are incorporated into the local
313+
replica's state.
313314

314315
#### Consistency and response types
315316

0 commit comments

Comments
 (0)