0

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

baklarz2048
  • 10,699
  • 2
  • 31
  • 37

1 Answers1

0

Yes, have a look at Cluster-aware routers.

Roland Kuhn
  • 15,412
  • 2
  • 36
  • 45