[akka-user] Re: Multiple recoveries on PersistentActor

2015-05-08 Thread Sylvain Frey
of a PersistentActor. Perhaps this feature should be documented? Sylvain On Thursday, May 7, 2015 at 7:03:28 PM UTC+1, Sylvain Frey wrote: Am I right supposing that a PersistentActor supports only a single recovery? For instance, with a PersistentActor that has already persisted a number of events

[akka-user] Multiple recoveries on PersistentActor

2015-05-07 Thread Sylvain Frey
Am I right supposing that a PersistentActor supports only a single recovery? For instance, with a PersistentActor that has already persisted a number of events commands, when doing: persistentActor ! Recover(toSequenceNr = 2L) persistentActor ! Recover(toSequenceNr = 1L) only the first