Skip to content

mattvadrise/simple-akka-cluster-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AkkaCluster Demo

This is a very simple demon of AkkaCluster. It contains an application that starts an actor system in cluster mode with a single actor. The actor's only function is to log the various cluster events it receives.

Running the Demo

To see demo in action open 2 consoles. In one console type: sbt "run 2551"

In the other console type: sbt "run 2552"

About

A super simple demo of akka cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%