=doc Add section about persistence failures in migration guide
This commit is contained in:
parent
02f2e91189
commit
01887555a4
1 changed files with 6 additions and 0 deletions
|
|
@ -413,6 +413,12 @@ implement it yourself either as a helper trait or simply by overriding ``persist
|
||||||
|
|
||||||
override def persistenceId = self.path.toStringWithoutAddress
|
override def persistenceId = self.path.toStringWithoutAddress
|
||||||
|
|
||||||
|
Failures
|
||||||
|
--------
|
||||||
|
|
||||||
|
Backend journal failures during recovery and persist are treated differently than in 2.3.x. The ``PersitenceFailure``
|
||||||
|
message is removed and the actor is unconditionally stopped. The new behavior and reasons for it is explained in
|
||||||
|
:ref:`failures-scala`.
|
||||||
|
|
||||||
Persist sequence of events
|
Persist sequence of events
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue