ListenUDP 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Listens for Datagram Packets on a given port. The default behavior produces a FlowFile per datagram, however for higher throughput the Max Batch Size property may be increased to specify the number of datagrams to batch together in a single FlowFile. This processor can be restricted to listening for datagrams from a specific remote host and port by specifying the Sending Host and Sending Host Port properties, otherwise it will listen for datagrams from all hosts and ports.
Tags
ingest, listen, source, udp
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Messages received successfully will be sent out this relationship.
Writes Attributes
Name Description
udp.sender The sending host of the messages.
udp.port The sending port the messages were received.