Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 12-06-2020 06:49 AM
Greetings,
I work for a large organization that wants to purchase a NIFI system,
but before the purchase is made we need to know whether the system is Fault tolerant, in the sense that if a Node / Cluster crashes while consuming / processing / putting the data, it is possible to fully recover the data that was lost, automatically or manually.
If the answer is no, is it possible to set NIFI so it won't send Acks to the system from which it consumes the data from, until the moment the data completes the whole flow process and is uploaded to its destination, or at least until the data is uploaded properly to NIFI?
thank you!
Created 12-07-2020 01:54 PM
@G-Tz
Yes NIfi is fault-tolerant is configured in a cluster min 3 nodes like the zookeeper that co-ordinates the cluster.
To get a better understanding please read through this Cloudera Nifi Clustering config
Happy hadooping
Created 12-07-2020 01:54 PM
@G-Tz
Yes NIfi is fault-tolerant is configured in a cluster min 3 nodes like the zookeeper that co-ordinates the cluster.
To get a better understanding please read through this Cloudera Nifi Clustering config
Happy hadooping
Created 12-10-2020 03:07 AM
thank you very much Mr. Shelton