Skip to content

eivindw/akka-cluster-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Cluster Example

This is an example of creating a master distributing work to a set of competing workers. It is highly inspired by this blog post: http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2

Clone the repo and run a seed node (seed nodes are 1337 and 1338):

./run.sh 1337

Additional nodes can be run without specifying a port:

./run.sh

The master on the seed node should start handing out work to workers. If a node is killed it should be registered by the master. If the node running the master is killed a new master should be started on another node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published