Update ARCHITECTURE.md for ADR-030 layered API #270
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/eventcore#270
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
Update
docs/ARCHITECTURE.mdto reflect the layered crate API design from ADR-030.Parent Issue
Sections to Update
Crate Organization Section
Update to clearly document:
eventcoreis for application developerseventcore-typesis for backend implementersFeature Flag Ergonomics Section
Remove references to re-exporting everything from
eventcore-types:Poll-Based Projections Section
ProjectionRunneras public APIrun_projection(projector, &backend)as the only entry pointPollMode,PollConfig,EventRetryConfigfrom documentation (internal)Add New Section: Crate Audience Guide
Add a clear section explaining:
eventcorecrateeventcore-typescrateAcceptance Criteria
ProjectionRunner,PollConfig, etc.)Closing: Parent issue closed