bbende commented on issue #3425: NIFI-6197 HBase: Fix deprecations, default for client retries & validations URL: https://github.com/apache/nifi/pull/3425#issuecomment-487983626 While most of the time that probably would work (making two connections), the second connection could still fail for some reason. We don't really create two connections like this for any other processor that talks to an external system, and I also don't think many other client libraries have built in retries. You will still need to build the error handling logic in the flow for when a failure happens after 15 retries, which would be the same if it was after 7 retries.
---------------------------------------------------------------- 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
