dnvriend / akka-persistence-inmemory

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
Apache License 2.0
134 stars 41 forks source link

Pluggable storage for akka 2.5 #73

Open larochef opened 3 years ago

larochef commented 3 years ago

MR #59 allows defining keyspaces to have different journals but this MR wasn't backported to the akka 2.5 branch.

Is it something you could do?