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

Allow messages to return an error from destination #24

Open
mpetrun5 opened this issue Apr 9, 2024 · 0 comments · May be fixed by #35
Open

Allow messages to return an error from destination #24

mpetrun5 opened this issue Apr 9, 2024 · 0 comments · May be fixed by #35

Comments

@mpetrun5
Copy link

mpetrun5 commented Apr 9, 2024

We currently retry indexing if a event handler fails to do an action, but we don't have that ability when a message goes to the destination. We want to be able to restart from that block even if something on the destination fails.

Implementation details

Add an error channel to the message (buffered) that can written from the destination if an event handler needs to return an error in case of destination error

Testing details

  • unit tests

Acceptance Criteria

  • we are able to retry destination errors
@mpetrun5 mpetrun5 linked a pull request Sep 17, 2024 that will close this issue
9 tasks
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 a pull request may close this issue.

1 participant