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

Add and persist timestamp for incoming event message #54

Closed krasserm closed 11 years ago

krasserm commented 11 years ago

... but do not timestamp messages written by reliable channels.

krasserm commented 11 years ago

Not working yet. Processor sees timestamp only for replayed messages.

ahjohannessen commented 11 years ago

You are a rockstar! :) Super nice and thanks a lot!

krasserm commented 11 years ago

You're most welcome :)