Re: [akka-user] How to deal with massive states in Akka persistent actors

2017-02-16 Thread Justin du coeur
As you say, "it depends". In particular, it depends on *how* massive "massive" is. As an example: my application's central Actors *can* get fairly large -- they're anywhere from a few K to several Megabytes in size. Akka handles that level of scale with reasonable aplomb -- I haven't hit any iss

[akka-user] How to deal with massive states in Akka persistent actors

2017-02-16 Thread Matteo
Hi, I read the Akka documentation about actors and streams abstraction and I found it very enlightening and fascinating. The only aspect that I did not completely understood is what is the best approach to deal with massive states within actors. Let’s say I have a client application that s