Registry / testing / akka-persistence-inmemory-2-12

akka-persistence-inmemory-2-12

JSON →
library1.3.18javamavenunverified

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>
INSTALL
IMPORT
SIG · AKKA-PERSISTENCE-I
A
akka-persistence-inmemory-2-12
testingjavav1.3.18
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.

InMemoryJournal
akka.persistence.inmemory.InMemoryJournal

Shows how to instantiate an in-memory journal for Akka Persistence testing.

import akka.persistence.inmemory.InMemoryJournal; public class Example { public void useJournal() { InMemoryJournal journal = new InMemoryJournal(); // Use journal for testing } }
Debug
Known issues
gotchaThis plugin is intended for testing only; do not use in production.
fix
Use a persistent journal like akka-persistence-cassandra for production.
affects: *
Upgrade
Version history
1.3.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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