[
https://issues.apache.org/jira/browse/NIFI-9277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denes Arvay resolved NIFI-9277.
-------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
> Add Record Reader/Writer to ListenHTTP
> --------------------------------------
>
> Key: NIFI-9277
> URL: https://issues.apache.org/jira/browse/NIFI-9277
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Lehel Boér
> Assignee: Lehel Boér
> Priority: Major
> Fix For: 1.15.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> Add the following properties to ListenHTTP processor:
> * an optional record reader property that will be used to parse the incoming
> data and make sure the received data is valid according to a possible schema
> provided by the flow designer. In case the reader does not successfully parse
> the data, then a 400 error code should be returned to the client.
> * an optional record writer: if specified the writer is used to write the
> data (similarly to what a ConvertRecord processor would do). If not
> specified, flow file content is written as-is just like today. Note: a writer
> can be set only if a reader is set as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)