Member since
05-29-2018
3
Posts
1
Kudos Received
0
Solutions
06-02-2018
08:53 PM
@Zedric Cruz I'm assuming when you say network issue, you mean intermittent connectivity. 1. There will not be data loss. One of the fundamental designs of NiFi is to not have data loss in the event of failures or errors. 2. Data queued on a failed node will remain on that node until it is brought back online. 3. There are multiple ways to move data from one node to another. Post/Listen HTTP is one example. But, I'm assuming the node you want to move the data from is online and NiFi is up. 4. If the PutSFTP doesn't successfully send the data to the SFTP server, then the session will fail and be retried, depending on the configuration of the flow. But, the data will not be lost, unless the PutSFTP processor is configured to terminate files that go through the failure relationship. There are many ways to design the flow to automatically handle issues that may occur. If I made any incorrect assumptions about your questions, please clarify and I can provide a more complete answer.
... View more