Member since
10-17-2017
5
Posts
0
Kudos Received
0
Solutions
10-19-2017
09:40 AM
Is there a maximum amount of nodes a Nifi cluster can contain? If so what and where are the bottlenecks? Are there figures for max data per second or max events per second?
... View more
Labels:
- Labels:
-
Apache NiFi
10-18-2017
09:53 AM
Interesting... In regards to flow design do you mean if a node go's down replay everything that has not been acknowledged as processed at your data source (jms, kafka) and then remove duplicates before pushing to the data's storage destination (kafka, HDFS). I think the Notify, Wait and DetectDuplicate processors would be usfeul in this case.
... View more
10-18-2017
08:22 AM
Also.... Is there estimation for when High Availability Processing will be available or is there a work around that could be put in place?
... View more
10-18-2017
08:16 AM
The data is time critical and must be as near to real time as possible. If a node goes down and there is a delay in that nodes queued data getting to its destination this would not be acceptable as alerts could potentially be delayed. Could you please describe the process for migrating queued data of a failed node to a new node? My thoughts are this could potentially be automated and might fit into an acceptable time frame for data to get to its destination.
... View more
10-17-2017
03:33 PM
@Matt.Clarke I read an interesting reply to a question dated 3rd March https://community.hortonworks.com/questions/86732/failover-mechanism-in-nifi.html . You mentioned Data HA across NiFi nodes is a future roadmap item. Has this been implemented? If not is there a release version that it will be implemented in? Also what is the process for retrieving lost data from a Nifi node that can be restarted?
... View more
Labels:
- Labels:
-
Apache NiFi