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

At-most-once for Read Side Processor #3352

Open
sebastian-alfers opened this issue May 31, 2022 · 1 comment
Open

At-most-once for Read Side Processor #3352

sebastian-alfers opened this issue May 31, 2022 · 1 comment

Comments

@sebastian-alfers
Copy link

Currently if a Read Side Processors persists an event that gets rejected by the DB (e.g. by violating certain columns constraints) the stream restarts and tries again until manual resolution was applied.

This is probably the desired approach in most cases but it would be good to provide the option to continue the processor by skipping the failed event in case the users explicitly opts in for this approach.

@octonato
Copy link
Member

Correct. That's available in Akka Projection. I guess the best option for Lagom users willing to have this functionality is to move to Akka Projections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants