You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After one of the PRs we've missed that akka.persistence.journal.plugin = "akka.persistence.journal.inmem" config value has been erased, making a breaking change in the API. Before, when journal plugin used was not specified explicitly, in-memory journal was used by default. Now it will throw an exception instead.