Pekko Persistence MapDB

pekko-persistence-mapdb is a plugin for pekko-persistence which uses MapDB for storing journal and snapshot messages.

Installation

Add the following dependency to your build.sbt:

sbt
libraryDependencies += "io.github.fgrutsch" %% "pekko-persistence-mapdb" % "1.0.0"
Maven
<properties>
  <scala.binary.version>3</scala.binary.version>
</properties>
<dependencies>
  <dependency>
    <groupId>io.github.fgrutsch</groupId>
    <artifactId>pekko-persistence-mapdb_${scala.binary.version}</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

Changelog

For the changelog check this page.

Pages

The source code for this page can be found here.