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

Open
jeremydmiller opened this issue Jun 18, 2024 · 0 comments
Open

First class support for Marten's IChangeListener #938

jeremydmiller opened this issue Jun 18, 2024 · 0 comments
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.

@jeremydmiller jeremydmiller added this to the 3.0 milestone Jun 18, 2024
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

No branches or pull requests

1 participant