eligosource / eventsourced

A library for building reliable, scalable and distributed event-sourced applications in Scala
Apache License 2.0
828 stars 98 forks source link

Race during Component.init #18

Closed krasserm closed 12 years ago

krasserm commented 12 years ago

Journal and output channels could concurrently add messages to a processor mailbox (concurrent replay() and deliver()). Delivery must only be started once journal has added all replayed messages to processor mailboxes.

krasserm commented 12 years ago

About to be fixed with work on the new API proposal (#16)