Adam Debreceni created MINIFICPP-1350:
-----------------------------------------
Summary: Support serializers in MergeContent processor
Key: MINIFICPP-1350
URL: https://issues.apache.org/jira/browse/MINIFICPP-1350
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
In order to preserve the information in the flowFiles attributes during merging
we need to be able to set the serialization mode for the MergeContent processor
{code:java}
Flow File Serializer: "payload" | "ffv3"{code}
it defaults to "payload", and "ffv3" makes it possible to transfer the
flowFiles (possibly to NiFi) without loss of information.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)