Bryan Bende created NIFI-7281:
---------------------------------
Summary: ListenTCPRecord + CsvReader produces exception
Key: NIFI-7281
URL: https://issues.apache.org/jira/browse/NIFI-7281
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.11.4
Reporter: Bryan Bende
Assignee: Bryan Bende
Fix For: 1.12.0
After adding schema inference, the CsvReader now uses mark/reset.
ListenTCPRecord has two classes, StandardSocketChannelRecordReader and
SSLSocketChannelRecordReader. The SSL variant wraps the socket InputStream in a
BufferedInputStream which allows it to support mark/reset, but the standard one
doesn't so it throws an exception about mark/reset not being supported.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)