Paul Grey created NIFI-15441:
--------------------------------
Summary: Adjust ListenUDP behavior to Align @WritesAttributes With
Documentation
Key: NIFI-15441
URL: https://issues.apache.org/jira/browse/NIFI-15441
Project: Apache NiFi
Issue Type: Improvement
Reporter: Paul Grey
Assignee: Paul Grey
Current documentation for processor ListenUDP [1] indicates that two attributes
are written to the FlowFile attributes during
processing:
Name | Description
udp.sender | The sending host of the messages
udp.port | The sending port the messages were received
At runtime, attribute "udp.port" actually indicates the listening (receiving)
port.
In line with the intent of the documentation, it might be useful to also
provide the sending port in the processor output attributes, as this
information is available in the UDP packet.
[1]
[https://nifi.apache.org/components/org.apache.nifi.processors.standard.ListenUDP/]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)