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

Replace Confirmation/Accepted/Rejected with StatusReply #174

Open
ignasi35 opened this issue Jul 20, 2020 · 0 comments
Open

Replace Confirmation/Accepted/Rejected with StatusReply #174

ignasi35 opened this issue Jul 20, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ignasi35
Copy link
Contributor

Akka 2.6.7 introduced a generic StatusReply for the common reply pattern of Success/Fail and the corresponding pattern matching on the call site.

See akka/akka#29190

shopping-cart-scala uses a custom Confirmation/Accepted/Rejected ADT on the persistent entity that will become obsolete when this is available via Lagom 1.6.4 (which will use Akka 2.6.7+)

@ignasi35 ignasi35 added the good first issue Good for newcomers label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

No branches or pull requests

1 participant