Mark Payne created NIFI-4060:
--------------------------------
Summary: Create a MergeRecord Processor
Key: NIFI-4060
URL: https://issues.apache.org/jira/browse/NIFI-4060
Project: Apache NiFi
Issue Type: New Feature
Components: Extensions
Reporter: Mark Payne
Assignee: Mark Payne
When record-oriented data is received one record or a time or needs to be split
into small chunks for one reason or another, it will be helpful to be able to
combine those records into a single FlowFile that is made up of many records
for efficiency purposes, or to deliver to downstream systems as larger batches.
This processor should function similarly to MergeContent but make use of Record
Readers and Record Writer so that users don't have to deal with headers,
footers, demarcators, etc.
The Processor will also need to ensure that records only get merge into the
same FlowFile if they have compatible schemas.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)