0 votes
in Cloud Computing by
What Is Nifi Flowfile?

1 Answer

0 votes
by
A FlowFile is a message or event data or user data, which is pushed or created in the NiFi. A FlowFile has mainly two things attached with it. Its content (Actual payload: Stream of bytes) and attributes. Attributes are key value pairs attached to the content (You can say metadata for the content).
...