[
https://issues.apache.org/jira/browse/NIFI-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179353#comment-16179353
]
ASF GitHub Bot commented on NIFI-4418:
--------------------------------------
Github user markap14 commented on the issue:
https://github.com/apache/nifi/pull/2173
@bbende looks good to me. Code all looks good, and when testing it, I was
able to use PutUDP to point some comma-separated data, then select CSV Reader
and a JSON writer and it all came out as JSON. Great work! +1 merged to master.
> Implement ListenUDPRecord
> -------------------------
>
> Key: NIFI-4418
> URL: https://issues.apache.org/jira/browse/NIFI-4418
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 1.4.0
>
>
> We recently added ListenTCPRecord and we should do the same thing for UDP.
> Since we won't have an InputStream to read from, we can do something similar
> to what ConsumeKafkaRecord does where the datagram can be wrapped in a
> ByteArrayInputStream.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)