Add GlobalReader to EventStore interface or as standard companion interface #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/eskit#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
EventStore interface only has per-stream operations (Load, LoadFrom). No way to read ALL events across all streams.
PGGlobalReader exists but is Postgres-specific and separate from the store interface. SQLite and NATS stores have no global reader.
Needed
Implementation per store
Integration
Priority: HIGH
Projections don't work without global reads.