dbkegley 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_r314473017
##########
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:
Changed to single constructor and moved the initialization code to
ComponentFactory
----------------------------------------------------------------
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