greyp9 commented on code in PR #10743:
URL: https://github.com/apache/nifi/pull/10743#discussion_r2677607524


##########
nifi-extension-bundles/nifi-extension-utils/nifi-event-listen/src/main/java/org/apache/nifi/processor/util/listen/event/StandardEventFactory.java:
##########
@@ -29,10 +29,12 @@ public class StandardEventFactory<T extends Event<?>> 
implements EventFactory<St
     @Override
     public StandardEvent create(final byte[] data, final Map<String, String> 
metadata, final ChannelResponder responder) {
         String sender = null;
+        String senderPort = null;

Review Comment:
   `StandardEventFactory` looks like it is used to populate FF attributes, so I 
chose to use a `String` to hold the port data (if known). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to