Registry / networking / akka-cluster-2-11

akka-cluster-2-11

JSON →
library2.5.32javamavenunverified

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-cluster_2.11</artifactId> <version>2.5.32</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-CLUSTER-2-11
A
akka-cluster-2-11
networkingjavav2.5.32
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cluster
akka.cluster.Cluster

Get the cluster instance from an ActorSystem.

import akka.cluster.Cluster; import akka.actor.ActorSystem; public class Example { public static void main(String[] args) { ActorSystem system = ActorSystem.create("ClusterSystem"); Cluster cluster = Cluster.get(system); System.out.println("Cluster: " + cluster.selfAddress()); } }
Debug
Known issues
gotchaAkka Cluster requires proper configuration and network setup; not suitable for single-node testing without additional setup.
fix
Ensure you have a valid application.conf with cluster settings and that nodes can communicate.
affects: all
Upgrade
Version history
2.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
akka-cluster-2-11 — mvn dependency:get akka-cluster-2-11 · libregistry