Re: [akka-user] akka-persistence Processor preStart override problems

2014-05-06 Thread Martin Krasser
On 06.05.14 20:52, Vaughn Vernon wrote: Thanks. I still think that the docs need to be strengthened to state that the Processor will not work unless it receives a Recover message, and that the Recover message could take several forms depending on the recovery goals. I agree. Do you want to

Re: [akka-user] akka-persistence Processor preStart override problems

2014-05-05 Thread Martin Krasser
On 06.05.14 04:26, Vaughn Vernon wrote: When I override preStart in any way other than invoking super.preStart() my actor is unable to receive any kind of message. It seems to be stashing messages, but never delivering them. The only way I can work around this is by leaving preStart as