bbende commented on code in PR #9017:
URL: https://github.com/apache/nifi/pull/9017#discussion_r1664595098
##########
nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java:
##########
@@ -1365,6 +1376,97 @@ private ProvenanceRepository
createProvenanceRepository(final NiFiProperties pro
}
}
+ private NarPersistenceProvider createNarPersistenceProvider(final
NiFiProperties nifiProperties) {
Review Comment:
Good point, it really doens't need to be in FlowController. I will extract
the creation to a separate factory bean that can be called from the new Java
Spring config.
--
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]