PutUDP 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
The PutUDP processor receives a FlowFile and packages the FlowFile content into a single UDP datagram packet which is then transmitted to the configured UDP server. The user must ensure that the FlowFile content being fed to this processor is not larger than the maximum size for the underlying UDP transport. The maximum transport size will vary based on the platform setup but is generally just under 64KB. FlowFiles will be marked as failed if their content is larger than the maximum transport size.
Tags
egress, put, remote, udp
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success FlowFiles that are sent successfully to the destination are sent out this relationship.
failure FlowFiles that failed to send to the destination are sent out this relationship.
See Also