Reputation: 3819
I want to built a cluster system that will involve load balancing , parallel activities using Java with Akka and play 2 framework. I have read about the Akka remote clustering , and distributing task to child Actors using Akka routes. I know that Play 2 framework also implements java Akka.
Now my problem is that I want to combine java Akka and Play 2 framework to build a cluster system were I can implement load balancing and parallel execution of task.
Will be excited if someone can give me examples of such implementation or point me towards such resources or links
thank you all.
Upvotes: 3
Views: 2519
Reputation: 24040
Here's a great place to start: http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2
Upvotes: 1