Mark Payne created NIFI-8337:
--------------------------------
Summary: When reading FlowFile content, processor can start at
wrong offset
Key: NIFI-8337
URL: https://issues.apache.org/jira/browse/NIFI-8337
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.13.0, 1.13.1
Reporter: Mark Payne
Assignee: Mark Payne
Attachments: NiFi_Flow.json
Will attach a flow that replicates this issue.
With the given flow, the data that is routed from ConvertRecord should contain
two FlowFile whose contents are:
{code:java}
{ "a" : "a" } {code}
and
{code:java}
{ "a" : "b" } {code}
However, the result is that both FlowFiles have content:
{code:java}
{ "a" : "a" } {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)