issues
search
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
Discontinue throttled replay support
#87
Closed
krasserm
closed
11 years ago
krasserm
commented
11 years ago
Relevant only for
LeveldbJournalPS
Current throttled replay implementation is anyway buggy because new writes (triggered by replay) could interleave with replayed event messages.
Throttled replay needs to be implemented based on
AsynchronousWriteReplaySupport
.
LeveldbJournalPS
AsynchronousWriteReplaySupport
.