Enables stateful actors to persist their state for fault tolerance and recovery in Akka applications.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence_2.11</artifactId>
<version>2.5.32</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a persistent actor that persists messages.
Add a dependency like akka-persistence-cassandra and configure the journal plugin.
No dependency data recorded yet.