Re: Adding Failure Information to AbstractRecordProcessor

2020-02-12 Thread Matt Burgess
Shawn, We've done this ad hoc in other places when it made sense to do so. Maybe we'd want to avoid adding any record values to the error message, although since the attribute is associated with the flow file content I'm not sure that's necessary from a security perspective. The only other thing

Adding Failure Information to AbstractRecordProcessor

2020-02-12 Thread Shawn Weeks
I’d like to get some feedback on an enhancement that I’m looking at doing. I need a way for a custom Record Reader to pass information downstream on parse failures so that they can be logged for futhur investigation by a human. I’d like to have AbstractRecordProcessor add an attribute