Akka Cluster provides a fault-tolerant, decentralized cluster membership service with automatic failure detection and leader election for building distributed applications.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-cluster_2.12</artifactId>
<version>2.8.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Akka Cluster and register a callback when the node joins the cluster.
Use Akka 2.8.x (latest) and ensure Java 11 or later.
No dependency data recorded yet.