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 Jan 9, 2025
1 parent 09423b3 commit a0b20f1
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 a0b20f1

Please sign in to comment.