markap14 commented on a change in pull request #5832:
URL: https://github.com/apache/nifi/pull/5832#discussion_r819046229
##########
File path:
nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/flow/StandardStatelessDataflowFactory.java
##########
@@ -88,17 +87,16 @@
import java.util.List;
import java.util.Optional;
-public class StandardStatelessDataflowFactory implements
StatelessDataflowFactory<VersionedFlowSnapshot> {
+public class StandardStatelessDataflowFactory implements
StatelessDataflowFactory {
private static final Logger logger =
LoggerFactory.getLogger(StandardStatelessDataflowFactory.class);
- @Override
- public StatelessDataflow createDataflow(final StatelessEngineConfiguration
engineConfiguration, final DataflowDefinition<VersionedFlowSnapshot>
dataflowDefinition,
+
+ // TODO: Support both VersionedExternalFlow and VersionedFlowSnapshot...
Review comment:
Nope, thanks for catching.
--
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]