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
Missing support for keyspace similar to akka-persistence-cassandra #66
In our product we use this great plugin as well when we start up the developers local servers. We have many applications running store their data in deployed environment in different cassandra keyspaces. In order to test all this applications together we need this feature as well local in memory.
In our product we use this great plugin as well when we start up the developers local servers. We have many applications running store their data in deployed environment in different cassandra keyspaces. In order to test all this applications together we need this feature as well local in memory.
As discussed in https://github.com/dnvriend/akka-persistence-inmemory/pull/39 I created https://github.com/dnvriend/akka-persistence-inmemory/pull/59