[
https://issues.apache.org/jira/browse/NIFI-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Bende updated NIFI-7281:
------------------------------
Status: Patch Available (was: Open)
> 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
> Priority: Major
> Fix For: 1.12.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)