-
Notifications
You must be signed in to change notification settings - Fork 10
[Feature]: Error Handling and Resilience #154
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestfeatureThis label is in use for minor version incrementsThis label is in use for minor version increments
Milestone
Description
Currently, if a user function in MapOperator, FilterOperator or SinkOperator and other Operators throws an exception, the exception propagates and the stream stops. Provide optional error handlers that receive the exception and the offending element, allowing the pipeline to either skip the element, retry, or stop gracefully. Adding OnError callbacks makes the system more resilient.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureThis label is in use for minor version incrementsThis label is in use for minor version increments