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. Handling error in each snap looks very tedious, and I wante...