Akka Persistence MapDB
akka-persistence-mapdb is a plugin for akka-persistence which uses MapDB for storing journal and snapshot messages.
Installation
Add the following dependency to your build.sbt
:
- sbt
libraryDependencies += "com.fgrutsch" %% "akka-persistence-mapdb" % "0.3.2"
- Maven
<properties> <scala.binary.version>3</scala.binary.version> </properties> <dependencies> <dependency> <groupId>com.fgrutsch</groupId> <artifactId>akka-persistence-mapdb_${scala.binary.version}</artifactId> <version>0.3.2</version> </dependency> </dependencies>
Changelog
For the changelog check this page.
Pages
The source code for this page can be found here.