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

fix eventsByTag including substrings of tag #31

Closed jibbers42 closed 7 years ago

jibbers42 commented 7 years ago

The current code is calling contains on each tag instead of on the set of tags, and therefore including substring matches.