Registry / networking / akka-remote-2-12

akka-remote-2-12

JSON →
library2.8.8javamavenunverified

Remote actor communication for Akka, built for Scala 2.12.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-remote_2.12</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-REMOTE-2-12
A
akka-remote-2-12
networkingjavav2.8.8
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.

ActorSystem
akka.actor.ActorSystem

Create an Akka actor system for remote communication.

import akka.actor.ActorSystem; import akka.actor.Props; ActorSystem system = ActorSystem.create("RemoteSystem"); system.actorOf(Props.create(MyActor.class), "myActor");
Debug
Known issues
breakingAkka 2.8.x is the last version for Scala 2.12; future versions require Scala 2.13+.
fix
Upgrade to Scala 2.13 and use Akka 2.9+ for continued support.
affects: >=2.8.0
gotchaAkka Remote requires proper network configuration and serialization setup.
fix
Configure akka.remote.artery.canonical.hostname and port in application.conf.
affects: *
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
Meta
2
OpenAI (training)
2
Resources
akka-remote-2-12 — mvn dependency:get akka-remote-2-12 · libregistry