Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: elleFlorio/akka-cluster-playground

Cluster Aware Routers

23 Jan 21:30
Compare
Choose a tag to compare

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

17 Jan 17:33
3fb356c
Compare
Choose a tag to compare

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.