safety-data / akka-persistence-redis

Akka persistence plugin for Redis
Apache License 2.0
27 stars 13 forks source link

Get current events at the time stream is opened #9

Closed satabin closed 7 years ago

satabin commented 7 years ago

The semantics of current events stream is as follows: delivered events are those that were present at the time the stream was opened. Guarantee is that all events present during the entire stream life will be delivered. If elements are removed before delivery, they might not be delivered at all (due to batching).

Fix #6.