[akka-user] Why my akka application is slow

2014-10-15 Thread Shajahan Palayil
Hi, I'm developing an akka based application using event-sourcing and CQRS. I'm using the cluster sharding feature of the contrib module, use remote, cluster modules and akka-persistence using jdbc persistence on PostgreSQL. Application has an actor hirarchy like in below diagram, where the

Re: [akka-user] Unit testing persistent actors in Akka

2014-09-12 Thread Shajahan Palayil
). Simply ask the actor for what you want to know from it. Also, there will be an specific Akka Persistence TestKit soon! Here's the issue about it: https://github.com/akka/akka/issues/15571 -- Konrad `ktoso` Malawski On Wed, Sep 10, 2014 at 3:53 PM, Shajahan Palayil shajah...@gmail.com wrote