[ 
https://issues.apache.org/jira/browse/NIFI-9277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429382#comment-17429382
 ] 

ASF subversion and git services commented on NIFI-9277:
-------------------------------------------------------

Commit 207894ebe007a2c7de658f9faad2a7f899f3655a in nifi's branch 
refs/heads/main from Lehel
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=207894e ]

NIFI-9277: Add Record Reader and Writer to ListenHTTP.

This closes #5446.

Signed-off-by: Tamas Palfy <[email protected]>


> 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
>          Time Spent: 1h 50m
>  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)

Reply via email to