Re: [akka-user] Questions about Cluster Aware Router

2017-06-14 Thread Mainak Ghosh
Hello Patrik, Any thoughts on this. We can setup a chat some time if that helps. Mainak On Thu, Jun 8, 2017 at 1:12 PM, Mainak Ghosh wrote: > Hello Patrik, > > I am trying to explore the tradeoffs of instantiating a new routee when > there is overhead of state reconciliation. In my application

Re: [akka-user] consuming PersistentFSM.StateChangeEvent via PersistentQuery

2017-06-14 Thread Akka Team
Just in case someone has the same problem and comes here, Lantz has since reported a ticket that you can follow about this: https://github.com/akka/akka/issues/23072 -- Johan Akka Team On Wed, May 31, 2017 at 12:08 PM, lantz moore wrote: > i'd like to consume the event stream of a PersistentFSM

Re: [akka-user] supervisorStrategy for

2017-06-14 Thread Akka Team
Hi, #1 sender is deadLetters You are closing over the method this.sender() from the actor where you defined the strategy, so you are not calling sender() in the RouterActor which is what would return the routee actor where the exception happened. #2. All routees restarted http://doc.akka.io/doc