simonbence commented on pull request #5530:
URL: https://github.com/apache/nifi/pull/5530#issuecomment-1012066630


   > 
   
   Hi @pvillard31 !
   
   Thanks for checking! Case 1 looks reasonable to me: as far as I aware, 
readers when facing with parsing issues will throw exception (AvroRecordReader 
looks like a good example as Avro has pretty bounded formatting just like CEF) 
which will be handled by the processor somehow. ConvertRecord inherits 
AbstractRecordProcessor where the basic behaviour for these cases is to 
propogate the exception wrapped into a ProcessException. So all in all this 
looks to the "usual behaviour" for readers. As for Case 2, it looks less 
fortunate, I need to check it. I will find you back with my findings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to