Docs: Persistence: Fix note about sharding and snapshots (#23444)
This commit is contained in:
parent
cce775380d
commit
3bad6da9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ Since it is acceptable for some applications to not use any snapshotting, it is
|
|||
However, Akka will log a warning message when this situation is detected and then continue to operate until
|
||||
an actor tries to store a snapshot, at which point the operation will fail (by replying with an `SaveSnapshotFailure` for example).
|
||||
|
||||
Note that @ref:[Cluster Sharding](cluster-sharding.md) is using snapshots, so if you use Cluster Sharding you need to define a snapshot store plugin.
|
||||
Note that the "persistence mode" of @ref:[Cluster Sharding](cluster-sharding.md) makes use of snapshots. If you use that mode, you'll need to define a snapshot store plugin.
|
||||
|
||||
@@@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue