Registry / networking / akka-cluster-tools-2-11

akka-cluster-tools-2-11

JSON →
library2.5.32javamavenunverified

Akka Cluster Tools provides utilities for building distributed, resilient applications with Akka Cluster, including cluster singleton and distributed pub-sub.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-cluster-tools_2.11</artifactId> <version>2.5.32</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-CLUSTER-TOOLS
A
akka-cluster-tools-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.

ClusterSingletonManager
akka.cluster.singleton.ClusterSingletonManager

Creates a cluster singleton manager for a worker actor.

import akka.cluster.singleton.ClusterSingletonManager; import akka.actor.Props; system.actorOf(ClusterSingletonManager.props( Props.create(MyActor.class), "worker", PoisonPill.getInstance(), ClusterSingletonManagerSettings.create(system) ), "singleton");
Debug
Known issues
breakingAkka 2.5.x is outdated; consider upgrading to Akka 2.6+ or Akka 2.9+ for continued support.
fix
Update to a newer Akka version (e.g., 2.6.21 or 2.9.4) and adjust imports accordingly.
affects: <2.6.0
Upgrade
Version history
2.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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