Akka Persistence enables stateful actors to persist their state for recovery and replay.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence_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.
Basic persistent actor skeleton
Add a journal plugin dependency and configure it in application.conf
No dependency data recorded yet.