gresockj commented on a change in pull request #5369:
URL: https://github.com/apache/nifi/pull/5369#discussion_r719264527



##########
File path: 
nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java
##########
@@ -296,6 +298,53 @@ public ReportingTaskNode createReportingTask(final String 
type, final String id,
         return taskNode;
     }
 
+    @Override
+    public ParameterProviderNode createParameterProvider(final String type, 
final String id, final BundleCoordinate bundleCoordinate, final Set<URL> 
additionalUrls, final boolean firstTimeAdded,

Review comment:
       I agree some more careful thought is needed regarding these two 
concepts.  For this PR, I'll just throw an `UnsupportedOperationException` here.




-- 
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]


Reply via email to