refactor: reduce eventcore public API to application-developer types #353
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore!353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/remove-unnecessary-exports-281"
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?
Closed — Approach Changed
This PR violated the refactor-sequencing guardrail (#354): it removed the old reachability (ProjectionRunner, PollMode, PollConfig, EventRetryConfig) without first creating a new reachability path through
run_projection(). This deleted continuous polling and configurable retry/poll behavior.Starting fresh with proper BDD/TDD: drive out the new API (
run_projection_with_config()withProjectionConfig) first, then clean up the old surface. See new PR when ready.Pull request closed