Re: [akka-user] Design help: Akka clustering and dynamically created Actors

2016-02-26 Thread Patrik Nordwall
Perhaps use a Group router with only one routee instance on each node, and that routee Actor can create child actors and delegate work to them. These children can be created as normal actors, or as a Pool router. However, that will distribute the load evenly to all nodes, not taking into account t

[akka-user] Design help: Akka clustering and dynamically created Actors

2016-02-02 Thread bitsofinfo . g
Hi - I have a design question when it comes to dynamically created actors and akka clustering, I posted it on stackoverflow. Any advice/thoughts much appreciated! http://stackoverflow.com/questions/35158749/design-help-akka-clustering-and-dynamically-created-actors -- >> Read the