yousty / event_store_client

Ruby integration for https://eventstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible lost of events

swilgosz opened this issue · comments

Overview

We acknowledge events for subscriptions right after downloading them, so there is a small chance, that between downloading and processing an event we'll have a server crash/restart, and downloaded events will not be processed.

Therefore, we should move the acknowledgment to 'after' the processing part, if possible.

Solved in #32