You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: