[
https://issues.apache.org/jira/browse/MINIFI-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220760#comment-16220760
]
ASF GitHub Bot commented on MINIFI-313:
---------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/93#discussion_r147201878
--- Diff:
minifi-commons/minifi-commons-schema/src/main/java/org/apache/nifi/minifi/commons/schema/ProvenanceRepositorySchema.java
---
@@ -25,27 +25,38 @@
import static
org.apache.nifi.minifi.commons.schema.common.CommonPropertyKeys.PROVENANCE_REPO_KEY;
public class ProvenanceRepositorySchema extends BaseSchema implements
WritableSchema {
- public static final String PROVENANCE_REPO_ROLLOVER_TIME_KEY =
"provenance rollover time";
+ public static final String PROVENANCE_REPO_ROLLOVER_TIME_KEY =
"provenance rollover time";
public static final String DEFAULT_PROVENANCE_ROLLOVER_TIME = "1 min";
+ public static final String PROVENANCE_REPOSITORY_KEY = "repository";
--- End diff --
maybe implementation would be a better term as it is the provenance
repository regardless?
> Allow configuration of repository implementations
> -------------------------------------------------
>
> Key: MINIFI-313
> URL: https://issues.apache.org/jira/browse/MINIFI-313
> Project: Apache NiFi MiNiFi
> Issue Type: Improvement
> Components: Agent Configuration/Installation
> Reporter: Aldrin Piri
> Assignee: Jeff Zemerick
> Priority: Minor
>
> From an email discussion on the dev list, someone had inquired about
> disabling provenance for MiNiFi. This is currently unsupported by
> configuration but would be a quick add. What must be determined is where
> this would reside. At first thought, it appears this should be managed by
> the bootstrap.conf.
> We should support configuration of content and provenance repositories.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)