JackHintonSmartDCSIT commented on PR #8691: URL: https://github.com/apache/nifi/pull/8691#issuecomment-2152906727
> @JackHintonSmartDCSIT It seems per the [developer guide](https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html) in paragraph titled `Exceptions within a callback: IOException, RuntimeException` that the `IOException` thrown in the callback will be wrapped in a ProcessException. So I think you are fine to not catch it. Cool, I was worried that OutputStream.write() might count as 'processor code' in that paragraph but it does make sense that it would count as thrown from the content repository instead. Thanks for the clarification. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
