Remove dead code: PollMode::Continuous and unused projection config #271
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#271
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?
Summary
Remove dead code from the projection module that was identified during the ADR-030 analysis.
Parent Issue
Dead Code to Remove
PollMode::Continuousvariant - Never constructed, marked as dead code by compilerProjectionRunner::with_poll_mode()method - Never usedProjectionRunner::with_poll_config()method - Never usedProjectionRunner::with_event_retry_config()method - Never usedContext
During the ADR-030 analysis,
cargo checkreported these as dead code:Since these are being removed from the public API anyway, we should remove the dead code entirely rather than keeping unused internal code.
Acceptance Criteria
PollMode::Continuousremovedwith_*methods removed fromProjectionRunnerClosing: Parent issue closed