How to start specific number of workers actors during start?

732 Views Asked by At

I created clustered akka app based on.

https://github.com/typesafehub/activator-akka-distributed-workers-java/blob/master/tutorial/index.html

Is there any build in future to run specific number of actors of given type in cluster. Should I create router or there is better way ?

http://doc.akka.io/docs/akka/snapshot/java/routing.html

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, have a look at Cluster-aware routers.