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

Kill the connector if one of the task fails #120

Open
vaibhav-yb opened this issue Dec 12, 2022 · 0 comments
Open

Kill the connector if one of the task fails #120

vaibhav-yb opened this issue Dec 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@vaibhav-yb
Copy link
Collaborator

At the current moment, we throw the exception as we receive it in case all the 5 retries of a connector fails. However, in case the flow goes to the ErrorHandler class, we simply kill the current task and go ahead with the other tasks - this may lead to data loss in certain scenarios where a task stops streaming data.

The objective of this issue is to make the connector fail as soon as some task fails so that the errors can be detected early as soon as the connector stops so that the user takes necessary action at that point in time itself.

@vaibhav-yb vaibhav-yb added the bug Something isn't working label Dec 12, 2022
@vaibhav-yb vaibhav-yb self-assigned this Dec 12, 2022
@vaibhav-yb vaibhav-yb added the wontfix This will not be worked on label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant