Is there a way to group actors distributed across an akka cluster, and set a maximum number of actors for each group? What i am looking for is something like the akka's role for a node in the cluster, but more fine grained, i.e. Roles for actors distributed across nodes.
Thanks