sfc-gh-mpayne commented on code in PR #10673:
URL: https://github.com/apache/nifi/pull/10673#discussion_r2636141067
##########
nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java:
##########
@@ -237,7 +237,8 @@ public ProcessGroup createProcessGroup(final String id) {
new StatelessNodeTypeProvider(),
null,
group -> null,
- statelessEngine.getAssetManager());
+ statelessEngine.getAssetManager(),
+ connectorId);
onProcessGroupAdded(created);
Review Comment:
It shouldn't really matter here because you can't really run Connectors in
Stateless, so we'll never reach this point with connectorId != null
--
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]