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: projection management API and more comprehensive error strategy #228

Open
hseeberger opened this issue Apr 13, 2024 · 0 comments
Open

Comments

@hseeberger
Copy link
Owner

So far the initial projection support only offers a minimal ErrorStrategy (stop or retry) and no projection management at all. To be useful in production scenarios, we need:

  • add ErrorStrategy::Skip,
  • extend ErrorStrategy::Retry with a maximum number of retries, then stop or skip,
  • offer a projection management API that allows for
    • stopping a running projection
    • resuming a stopped projection
    • set the sequence number of a stopped projection to any existing value and restart from there
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

No branches or pull requests

1 participant