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

add ability to have multiple different inmemory journals in one actor system #47

Closed rssh closed 5 years ago

BeatSager commented 6 years ago

This is similar to https://github.com/dnvriend/akka-persistence-inmemory/pull/39

dnvriend commented 5 years ago

Thanks for your contribution. Although this PR won't be used and closed, I do appreciate the effort and contribution. In order for the persistence plugin to be more general, PR #59 will be used, which makes it possible for you to implement your own persistence strategy.