Small clarification of recovery strategy in config (#30167)
This commit is contained in:
parent
55840374f4
commit
fe1459fcbc
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ akka.cluster.sharding {
|
||||||
shard-region-query-timeout = 3 s
|
shard-region-query-timeout = 3 s
|
||||||
|
|
||||||
# The shard uses this strategy to determines how to recover the underlying entity actors. The strategy is only used
|
# The shard uses this strategy to determines how to recover the underlying entity actors. The strategy is only used
|
||||||
# by the persistent shard when rebalancing or restarting. The value can either be "all" or "constant". The "all"
|
# by the persistent shard when rebalancing or restarting and is applied per remembered shard starting up (not for
|
||||||
|
# entire shard region). The value can either be "all" or "constant". The "all"
|
||||||
# strategy start all the underlying entity actors at the same time. The constant strategy will start the underlying
|
# strategy start all the underlying entity actors at the same time. The constant strategy will start the underlying
|
||||||
# entity actors at a fix rate. The default strategy "all".
|
# entity actors at a fix rate. The default strategy "all".
|
||||||
entity-recovery-strategy = "all"
|
entity-recovery-strategy = "all"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue