Forum Discussion

IgnatiusN's avatar
IgnatiusN
New Contributor II
8 years ago

Exception handling in pipeline

Is there a way to handle exceptions across the pipeline. If we have 100 records streaming, we want to route any record that failed to a log file, and still process all the remaining records. Handli...