Skip to content

Files

Latest commit

afa2377 · Nov 10, 2025

History

History

akka-cluster-app

akka-cluster-app example project

This project is the simplest example of Akka Serialization Helper usage.

In order to run the application locally, run the following commands in separate terminal windows (so that 3 separate processes run in parallel):

sbt "runMain org.virtuslab.example.App compute 25251"
sbt "runMain org.virtuslab.example.App compute 25252"
sbt "runMain org.virtuslab.example.App client 0"

Note: this example-app's logic is based on akka-sample-custer-scala code from the official Akka repository, see akka-sample-cluster-scala.