Skip to content

A quick example of how to bootstrap an Akka Cluster using Apache ZooKeeper

Notifications You must be signed in to change notification settings

lregnier/akka-cluster-zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Cluster with ZooKeeper

Example of how to join an Akka Cluster using ZooKeeper for providing a seed node.

For further info please refer to: https://github.com/sclasen/akka-zk-cluster-seed

Starting the nodes

Before starting the nodes, make sure ZooKeeper is up and running. Then start the number of nodes you want using below command:

sbt  run

Check the logs to see how they join the cluster.

About

A quick example of how to bootstrap an Akka Cluster using Apache ZooKeeper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages