Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First class support for Marten's IChangeListener #938

Closed
jeremydmiller opened this issue Jun 18, 2024 · 0 comments · Fixed by #1030
Closed

First class support for Marten's IChangeListener #938

jeremydmiller opened this issue Jun 18, 2024 · 0 comments · Fixed by #1030
Milestone

Comments

@jeremydmiller
Copy link
Member

Using this: https://martendb.io/diagnostics.html#listening-for-async-daemon-events

Have a recipe where Marten can designate "side effects" that execute after the projection page is done. Can be either executed inline, or published asynchronously. If being published, make sure the outgoing messages go in the outbox. Flush the outgoing after the page succeeds.

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 a pull request may close this issue.

1 participant