tpalfy commented on a change in pull request #3651: NIFI-6539 Nifi stateless 
init from flow xml
URL: https://github.com/apache/nifi/pull/3651#discussion_r314407478
 
 

 ##########
 File path: 
nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/StatelessRemoteOutputPort.java
 ##########
 @@ -84,6 +87,41 @@ public StatelessRemoteOutputPort(final 
VersionedRemoteProcessGroup rpg, final Ve
             .build();
     }
 
+    public StatelessRemoteOutputPort(final RemoteProcessGroupDTO rpg, final 
RemoteProcessGroupPortDTO remotePort, final SSLContext sslContext) {
 
 Review comment:
   There isn't much logic here but maybe the checks and defaults would warrant 
a common private method here as well.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to