ListenUDPRecord 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Listens for Datagram Packets on a given port and reads the content of each datagram using the configured Record Reader. Each record will then be written to a flow file using the configured Record Writer. 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, record, source, udp
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Messages received successfully will be sent out this relationship.
parse.failure If a datagram cannot be parsed using the configured Record Reader, the contents of the message will be routed to this Relationship as its own individual FlowFile.
Writes Attributes
Name Description
udp.sender The sending host of the messages.
udp.port The sending port the messages were received.
record.count The number of records written to the flow file.
mime.type The mime-type of the writer used to write the records to the flow file.