Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How Does Nifi Support Huge Volume Of Payload In A Dataflow?
Home
Cloud Computing
How Does Nifi Support Huge Volume Of Payload In A Dataflow?
0
votes
asked
Jan 12, 2021
in
Cloud Computing
by
SakshiSharma
How Does Nifi Support Huge Volume Of Payload In A Dataflow?
#dataflow-nifi
#payload-nifi
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 12, 2021
by
SakshiSharma
Huge volume of data can transit from DataFlow. As data moves through NiFi, a pointer to the data is being passed around, referred to as a FlowFile. The content of the FlowFile is only accessed as needed.
...