Skip to content

Commit

Permalink
test: EventSourcedEndToEndSpec
Browse files Browse the repository at this point in the history
* inspired by corresponding test for r2dbc
* testing all projection types with real source provider
  • Loading branch information
patriknw committed Dec 3, 2024
1 parent 3864ea5 commit 6b61fc5
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<logger name="akka.projection" level="DEBUG" />
<logger name="akka.projection.dynamodb" level="TRACE" />
<logger name="akka.persistence.dynamodb" level="DEBUG" />
<logger name="software.amazon.awssdk.request" level="DEBUG" />
<logger name="software.amazon.awssdk.request" level="INFO" />


<root level="INFO">
Expand Down
Loading

0 comments on commit 6b61fc5

Please sign in to comment.