You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Michael W Moser (Jira)" <ji...@apache.org> on 2023/05/11 20:25:00 UTC

[jira] [Created] (NIFI-11540) Remove legacy FlowFile attributes from MergeContent and SegmentContent

Michael W Moser created NIFI-11540:
--------------------------------------

             Summary: Remove legacy FlowFile attributes from MergeContent and SegmentContent
                 Key: NIFI-11540
                 URL: https://issues.apache.org/jira/browse/NIFI-11540
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Michael W Moser


The following attributes were replaced and only maintained for backwards compatibility. As part of removing technical debt in the 2.0 release, we should no longer support them.
 * segment.identifier
 * segment.index
 * segment.count

They were replaced by identical fragment.identifier, fragment.index and fragment.count. I found them in MergeContent and SegmentContent, their processor documentation and their unit tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)