1 repositorio
Redirects unhandled errors from within a reactive data pipeline to a centralized recovery handler.
Distinct from Process Exception Interception: Focuses on routing errors within a data stream pipeline rather than general process-level crash interception.
Explore 1 awesome GitHub repository matching software engineering & architecture · Pipeline Exception Routing. Refine with filters or upvote what's useful.
R3 is a reactive extensions library and asynchronous data pipeline framework. It provides a system for composing asynchronous data streams, managing reactive state, and coordinating event sequences using observable patterns. The project distinguishes itself with a deterministic testing toolkit that mocks time and frame updates to ensure reproducible unit tests for asynchronous logic. It also includes observability tools for tracking active subscriptions and generating stack traces to identify memory leaks, alongside centralized exception routing for pipeline recovery. The framework covers a
Provides centralized exception routing to intercept and recover from unhandled errors within reactive pipelines.