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

#13 highestSequenceNo should be kept on message deletion #14

Closed eshepelyuk closed 9 years ago

eshepelyuk commented 9 years ago

Fixes #13

dnvriend commented 9 years ago

This is great, thanks for your contribution! I have merged it and will make a new release. :)