Poll-Based Projector System #237
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#237
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?
Implements the poll-based projector system per ARCHITECTURE.md v2.7.
Overview
This epic covers the complete projector infrastructure for EventCore:
(subscription_name, last_position, updated_at)for resumable projectionsCoordination Model
When a projector process crashes or exits, the connection closes and the lock releases automatically.
Acceptance Criteria
ProjectorCoordinatortrait withtry_acquire()(#239)run_projection(projector, &backend)free function (#258)EventReader + CheckpointStore + ProjectorCoordinator(#258)Closed prematurely.