Github user patricker commented on the issue:
https://github.com/apache/nifi/pull/2868
There is no catch block in `convertToAvroStream`. If we wanted to keep it
fully isolated we could it put it in there. But with the upcoming changes to
have multiple output formats (avro and Record) maybe it should be slightly
separate?
I've made a few tweaks based on your feedback, closer?---
