exceptionfactory commented on PR #10455: URL: https://github.com/apache/nifi/pull/10455#issuecomment-3456820560
> At the bare minimum we would need a Callable instance, because as I mentioned we need the results of the `getGroovyScript` call (whether it threw an error or not) and at that point I'd rather use an `ExecutorService`, but I'm open to suggestions. Thanks for the reply @iadamcsik. For clarity, I prepared an alternative pull request with the approach using Virtual Threads in #10470, and I listed you as a co-author. The alternative approach avoids the need for the Executor Service and also handles all possible exceptions inside the virtual thread run. -- 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]
