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

Wip ddevore mongodb journal #72

Closed ironfish closed 11 years ago

ironfish commented 11 years ago

Martin,

Made several changes as noted in commit comments. All tests pass including EventsourcingSpec.

The key changes was to move the indexing to the Journal rather than JournalProps. The connection (MongoClient) is now shutdown when the journal is shutdown.

krasserm commented 11 years ago

Great, thanks a lot!