This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Releases: elleFlorio/akka-cluster-playground
Releases · elleFlorio/akka-cluster-playground
Cluster Aware Routers
Added a processor actor to compute the Fibonacci number, along with the corresponding REST endpoint. The work is balanced inside the cluster using Cluster Aware Routers.
Simple Cluster
Simple cluster with one seed and two nodes. Exposes a /health
endpoint to check if everything is up, and a /status/members
to list active cluster members.