pekko/akka-docs/rst/java/code/docs/persistence
Patrik Nordwall ea84b4bfdd add LoadSnapshotFailed in snapshot protocol, #21842
* treat snapshot load failure in same way as other recovery failures
* if load of snapshot fails the persistent actor will be stopped, since
  we can't assume that a consistent state would be recovered just by
  replaying all events, since events may have been  deleted
* additional recovery docs
* improve log message
2016-11-18 10:51:35 +01:00
..
query New EventEnvelope including Offset rather than Long #21722 2016-10-27 15:32:10 +02:00
LambdaPersistenceDocTest.java add LoadSnapshotFailed in snapshot protocol, #21842 2016-11-18 10:51:35 +01:00
LambdaPersistencePluginDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
PersistenceDocTest.java add LoadSnapshotFailed in snapshot protocol, #21842 2016-11-18 10:51:35 +01:00
PersistenceEventAdapterDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
PersistenceMultiDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
PersistencePluginDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
PersistenceQueryDocTest.java New EventEnvelope including Offset rather than Long #21722 2016-10-27 15:32:10 +02:00
PersistenceSchemaEvolutionDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00