briansolo1985 commented on code in PR #8898:
URL: https://github.com/apache/nifi/pull/8898#discussion_r1629276278


##########
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/c2/C2NifiClientService.java:
##########
@@ -222,14 +231,18 @@ private C2OperationHandlerProvider 
c2OperationHandlerProvider(NiFiProperties niF
             new StandardFlowEnrichService(niFiProperties), 
flowPropertyEncryptor,
             StandardFlowSerDeService.defaultInstance(), 
niFiProperties.getProperty(FLOW_CONFIGURATION_FILE));
 
+        SyncResourceStrategy syncResourceStrategy =
+            new DefaultSyncResourceStrategy(resourceRepository, 
Path.of(c2AssetDirectory), niFiProperties.getNarAutoLoadDirectory().toPath());

Review Comment:
   Modified the logic to use 'repository' directory under the asset directory 
for the sync/resource asset artifacts



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to