Skip to content

Commit

Permalink
New async projection side effect model. Closes GH-2533
Browse files Browse the repository at this point in the history
New projection side effect model

Ability to publish messages in async projections

Successfully publishing events as a side effect from a single stream projection

First successful tests of applying events *during* an async projection for single stream projections!

wip: failing test for simplest possible "raise" extra events tests

Adding message outbox configuration option
  • Loading branch information
jeremydmiller committed Sep 9, 2024
1 parent db32b91 commit 1027dd4
Show file tree
Hide file tree
Showing 29 changed files with 1,059 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void blow_up_with_helpful_exception()
});
});

ex.Message.ShouldContain("Invalid projection DaemonTests.Bugs.MismatchedIdentityProjection", Case.Insensitive);
ex.Message.ShouldContain("Id type mismatch. The projection identity type is string", Case.Insensitive);
}
}

Expand Down
Loading

0 comments on commit 1027dd4

Please sign in to comment.