Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: index events according to their local row id
We use this row id as a watermark, and update it after every ingestion of an event. Previously, we were iterating over things in an undefined order, and effectively sometimes ingesting events out of order, causing bad things to happen to the watermark, leading to much FUN.
- Loading branch information