A plugin for Akka Persistence that stores events in an in-memory journal for testing purposes.
<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-inmemory_2.12</artifactId>
<version>1.3.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate an in-memory journal for Akka Persistence testing.
Use a persistent journal like akka-persistence-cassandra for production.
No dependency data recorded yet.