by How Akka Cluster Works” is a multi-project video series that introduces developers and architects working with Java (and Scala) to the inner workings of Akka Cluster. Project 1 is the Akka Cluster Quickstart Dashboard, and contains several parts (more coming). In Part 1: Getting Started, we introduce Akka Cluster using a sample Akka Java project that includes a web dashboard (see image above). The dashboard visualizes a running Akka Cluster that you can use to watch the behavior of nodes in the cluster in real time, while experimenting with starting, stopping, and killing Akka Cluster nodes in order to truly see the self-healing and scalability features of Akka Cluster as you like.

Related Articles