Skip to content

Split up saga and message audit stores - #5926

Draft
rbev wants to merge 1 commit into
masterfrom
split-audit-store
Draft

rbev wants to merge 1 commit into
masterfrom
split-audit-store

Conversation

@rbev

@rbev rbev commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Summary

Split the Audit persistence query contract by separating saga history from message data. IAuditMessagesViewDataStore retains message queries, body reads, and audit counts, which operate on the same message data; ISagaHistoryDataStore owns saga-history queries.

Both RavenDB and InMemory continue to implement the contracts on the same store instance. DI registrations, controllers, and shared persistence tests now consume the narrower interfaces. No query implementations or storage behavior changed.

Related Primary Instance PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant