Majority plus in docs
This commit is contained in:
parent
a0fa284398
commit
25a1daa0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ akka.cluster.sharding.state-store-mode = ddata
|
|||
```
|
||||
|
||||
The state of the `ShardCoordinator` is replicated across the cluster but is not stored to disk.
|
||||
@ref:[Distributed Data](distributed-data.md) handles the `ShardCoordinator`'s state with `WriteMajority`/`ReadMajority` consistency.
|
||||
@ref:[Distributed Data](distributed-data.md) handles the `ShardCoordinator`'s state with `WriteMajorityPlus`/`ReadMajorityPlus` consistency.
|
||||
When all nodes in the cluster have been stopped, the state is no longer needed and dropped.
|
||||
|
||||
Cluster Sharding uses its own Distributed Data `Replicator` per node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue