Re: [akka-user] akka persistence AtLeastOnceDelivery SupervisorStratege, RedeliveryTick and ReceiveTimeout

2016-05-13 Thread Yan Pei
Hi Endre, Yes, you're right. The bug is in my codes. I have changed to use Future inside the Child actor for the service call as suggested by Patrik. But I have other problem as I describe in other post that After Failure matched in the Parent actor, I don't know how to proceed it with

Re: [akka-user] akka persistence AtLeastOnceDelivery SupervisorStratege, RedeliveryTick and ReceiveTimeout

2016-05-12 Thread Akka Team
Hi Yan, > Looks like the Parent Actor's SupervisorStratege will not monitor the kid actor's exception after certain time. I don't think that is possible. There is something else here. > How do I configure to let Parent actor to have longer time for monitoring kid actor's exception.? There is

[akka-user] akka persistence AtLeastOnceDelivery SupervisorStratege, RedeliveryTick and ReceiveTimeout

2016-05-10 Thread Yan Pei
Still have the problem with Parent Actor's supervisorStratege couldn't catch the exception thrown by kid actor when the exception happend after long time processing in kid actor. >From the Log, I can see [INFO] [05/10/2016 02:03:52.301] [arachne-actor-system-akka.actor.default- dispatcher-25]