=per #3915 Make become work during recovery for EventsourcedProcessor et.c.
This commit is contained in:
parent
82ee7e2ede
commit
26c493ea4a
21 changed files with 136 additions and 86 deletions
|
|
@ -0,0 +1,6 @@
|
|||
akka.persistence.journal.leveldb.dir = "target/example/journal"
|
||||
akka.persistence.snapshot-store.local.dir = "target/example/snapshots"
|
||||
|
||||
# DO NOT USE THIS IN PRODUCTION !!!
|
||||
# See also https://github.com/typesafehub/activator/issues/287
|
||||
akka.persistence.journal.leveldb.native = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue