Lehel Boér created NIFI-9277:
--------------------------------

             Summary: Add Record Reader/Writer to ListenHTTP
                 Key: NIFI-9277
                 URL: https://issues.apache.org/jira/browse/NIFI-9277
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Lehel Boér
            Assignee: Lehel Boér


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)

Reply via email to