Skip to content

[Feature]: Error Handling and Resilience #154

@eneshoxha

Description

@eneshoxha

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureThis label is in use for minor version increments

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions