mcgilman commented on a change in pull request #3351: NIFI-2933 Remote
input/output ports at any PG
URL: https://github.com/apache/nifi/pull/3351#discussion_r266616468
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java
##########
@@ -32,6 +32,7 @@
private Boolean transmitting;
private String runStatus;
private Date statsLastRefreshed;
+ private Boolean allowRemoteAccess;
Review comment:
Is there a reason this field was added to the status? If it's a case that we
need to know this value regardless of the current user's permissions, we
typically promote it to the corresponding `Entity` class. So, in this case, the
field would land in the `PortEntity` class. For instance, the
`ConnectionEntity` which holds only certain details regarding the source and
destination.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services