exceptionfactory commented on PR #11092: URL: https://github.com/apache/nifi/pull/11092#issuecomment-4179613563
Thanks again for raising this issue and preparing an initial approach @labero. After considering the current pull request approach and reviewing options for reproducing the issue, I prepared an alternative pull request #11099. The core change to destroy the `messageReceiver` is retained, but the alternative avoids introducing a new configuration property, and the associated concerns with `Thread.sleep()`. Socket connections are already subject to the Connection Timeout, which would be applied on a subsequent invocation of `onTrigger()`. -- 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]
