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

feat: Migration to replicated event sourcing #1171

Merged
merged 11 commits into from
Oct 25, 2024
Merged

Conversation

patriknw
Copy link
Member

This requires akka/akka#32438
I have tried it with replicated/shopping-cart-service-scala, and I will try to add an integration test.

@patriknw patriknw force-pushed the wip-es-to-res-patriknw branch from 2994503 to 7b6ebad Compare June 18, 2024 12:23
@patriknw
Copy link
Member Author

Completed this with integration tests and reference docs. Ready for final review, but leaving as draft until Akka is released.

@patriknw patriknw force-pushed the wip-es-to-res-patriknw branch from 7b6ebad to 81b00fd Compare September 12, 2024 09:19
@patriknw patriknw marked this pull request as ready for review September 12, 2024 09:19
@patriknw patriknw force-pushed the wip-es-to-res-patriknw branch from 81b00fd to 2116798 Compare October 25, 2024 06:52
@patriknw patriknw requested a review from johanandren October 25, 2024 06:52
case None => env
case Some(metadata) => env.withMetadata(metadata)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible optimization: check if it is the default non-transform and return identity Flow for that as an outer if-else so that it can be cost free when not transforming

@sebastian-alfers sebastian-alfers added this to the 1.6.0 milestone Oct 25, 2024
@patriknw patriknw merged commit 014f5bb into main Oct 25, 2024
21 of 22 checks passed
@patriknw patriknw deleted the wip-es-to-res-patriknw branch October 25, 2024 12:02
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 this pull request may close these issues.

3 participants