[
https://issues.apache.org/jira/browse/NIFI-9277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lehel Boér updated NIFI-9277:
-----------------------------
Issue Type: Improvement (was: Bug)
> 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
>
> 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)