bbende commented on code in PR #9017:
URL: https://github.com/apache/nifi/pull/9017#discussion_r1664659087
##########
nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml:
##########
@@ -116,6 +116,10 @@
<nifi.status.repository.questdb.persist.component.days>3</nifi.status.repository.questdb.persist.component.days>
<nifi.status.repository.questdb.persist.location>./status_repository</nifi.status.repository.questdb.persist.location>
+ <!-- NAR Persistence properties -->
+
<nifi.nar.persistence.provider.implementation>org.apache.nifi.nar.StandardNarPersistenceProvider</nifi.nar.persistence.provider.implementation>
+
<nifi.nar.persistence.provider.properties.directory>./nar_storage</nifi.nar.persistence.provider.properties.directory>
Review Comment:
I'm leaning towards `nar_repository` to be consistent with other
repositories we have. I like something more specific than `nars` or `bundles`
since it a special directory managed by the provider, as opposed to just a
directory to drop NARs in.
--
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]