Skip to content

Example of creating a distributed application where one instance of node gets elected as the master using message passing between Akka's actor.

Notifications You must be signed in to change notification settings

prasankh/zookeeper-leader-election

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Example of creating a distributed application where one instance of node gets elected as the master using message passing between Akka's actor.

Running the Code: "sbt run" will run an instance of node. or create fat jar using "sbt assembly" and run with java -jar Leader_Election-assembly-1.0.jar

you will find the fat jar in /target/scala-2.10 folder.

You need to start Zookeeper before running the application.

About

Example of creating a distributed application where one instance of node gets elected as the master using message passing between Akka's actor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages