Re: [akka-user] Akka Routing question

2017-03-16 Thread Justin du coeur
This is more or less exactly the way that Akka Cluster Sharding works -- I strongly recommend reading the documentation for that. On Thu, Mar 16, 2017 at 6:08 AM, kant kodali wrote: > Hi All, > > I have a stream of JSON encoded messages and I want to distribute them to >

[akka-user] Akka Routing question

2017-03-16 Thread kant kodali
Hi All, I have a stream of JSON encoded messages and I want to distribute them to group of actors or actor systems based on the field inside a message so say more like hash(key)->Actor but when the Actor dies I want to be able to hash the key to a different Actor that are available but at any