mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 14:05:26 +00:00
resets worker if it doesn't work anymore for any reason. this will add "reconnect" capabilities. Will solve issues for following use cases: - authentication changed after successful connection - JNDI mapping changed and requires recaching. - JMS server isn't available anymore or restarted. improved controller reset on exception Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #3261