Improve documentation and configuration API when using together: sharding and distibuted data (#20215)
* Missing setter for stateStoreMode in ClusterShardingSettings * Improve Sharding documentation regarding Distributed Data Storage
This commit is contained in:
parent
2418e610ab
commit
e4127c3af6
3 changed files with 11 additions and 0 deletions
|
|
@ -200,6 +200,10 @@ on all nodes::
|
|||
You must explicitly add the ``akka-distributed-data-experimental`` dependency to your build if
|
||||
you use this mode. It is possible to remove ``akka-persistence`` dependency from a project if it
|
||||
is not used in user code and ``remember-entities`` is ``off``.
|
||||
Using it together with ``Remember Entities`` shards will be recreated after rebalancing, however will
|
||||
not be recreated after a clean cluster start as the Sharding Coordinator state is empty after a clean cluster
|
||||
start when using ddata mode. When ``Remember Entities`` is ``on`` Sharding Region always keeps data usig persistence,
|
||||
no matter how ``State Store Mode`` is set.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
|
|
|||
|
|
@ -203,6 +203,10 @@ on all nodes::
|
|||
You must explicitly add the ``akka-distributed-data-experimental`` dependency to your build if
|
||||
you use this mode. It is possible to remove ``akka-persistence`` dependency from a project if it
|
||||
is not used in user code and ``remember-entities`` is ``off``.
|
||||
Using it together with ``Remember Entities`` shards will be recreated after rebalancing, however will
|
||||
not be recreated after a clean cluster start as the Sharding Coordinator state is empty after a clean cluster
|
||||
start when using ddata mode. When ``Remember Entities`` is ``on`` Sharding Region always keeps data usig persistence,
|
||||
no matter how ``State Store Mode`` is set.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue