[
https://issues.apache.org/jira/browse/NIFI-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554807#comment-17554807
]
ASF subversion and git services commented on NIFI-10087:
--------------------------------------------------------
Commit 07bbcb771e537c10f96d1d9246cc6aa66be0a1e0 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=07bbcb771e ]
NIFI-10087 Implemented UDPEventRecordSink
This closes #6099
Signed-off-by: Paul Grey <[email protected]>
> Implement UDPEventRecordSink
> ----------------------------
>
> 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
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)