mohofe commented on issue #3971: NIFI-6997: consumeAMQP closing connection when queue not found URL: https://github.com/apache/nifi/pull/3971#issuecomment-574089758 Although the suggested modification solves the issue of connections piling up, there are still a lot of requests to the server (though they will be closed immediately). Wouldn't it be better if once the processor fails to connect, it tries again only after a certain period of time and not immediately? For example, the processor could try again after 100ms, if it still fails after 200ms, then after 400ms and so on.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
