fix(eventstore): improve pagination of handler filter (#6968)

* fix(setup): add filter_offset to `projections.current_states`

* fix(eventstore): allow offset in query

* fix(handler): offset for already processed events

(cherry picked from commit e3d1ca4d58)
This commit is contained in:
Silvan
2023-12-01 13:25:41 +01:00
committed by Livio Spring
parent 54e9e1f33d
commit 7cfb0e715a
20 changed files with 512 additions and 174 deletions

View File

@@ -4,6 +4,7 @@ SELECT
, "sequence"
, event_date
, "position"
, filter_offset
FROM
projections.current_states
WHERE