You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/06/02 21:06:00 UTC

[jira] [Created] (NIFI-10087) Implement UDPRecordSink

David Handermann created NIFI-10087:
---------------------------------------

             Summary: Implement UDPRecordSink
                 Key: NIFI-10087
                 URL: https://issues.apache.org/jira/browse/NIFI-10087
             Project: Apache NiFi
          Issue Type: New Feature
          Components: Extensions
            Reporter: David Handermann
            Assignee: David Handermann


A new implementation of the {{RecordSink}} Controller Service interface should added to support sending serialized records over UDP.

The PutUDP and PutSyslog Processors require a one-to-one relationship between FlowFiles and datagram packets, which is not optimal for high-volume flows. A {{RecordSink}} implementation capable of sending one UDP packet for each record would unable much better performance for record-oriented flows. A configurable Record Writer will support configurable UDP packet formats, such as Syslog.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)