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_r319208438
##########
File path:
nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/StatelessFlow.java
##########
@@ -175,28 +194,32 @@ public StatelessFlow(final VersionedProcessGroup flow,
final ExtensionManager ex
componentMap.put(source.getId(), sourceComponent);
}
break;
+
case REMOTE_INPUT_PORT:
- throw new IllegalArgumentException("Unsupported source
type: " + source.getType());
+ throw new IllegalArgumentException("Unsupported source
type: " + source.getId());
Review comment:
Got it. Thanks for the quick response!
----------------------------------------------------------------
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