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)