You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mauro Riva (Jira)" <ji...@apache.org> on 2021/07/03 07:40:00 UTC

[jira] [Created] (NIFI-8753) Expose flowfile repository implementation configuration

Mauro Riva created NIFI-8753:
--------------------------------

             Summary: Expose flowfile repository implementation configuration
                 Key: NIFI-8753
                 URL: https://issues.apache.org/jira/browse/NIFI-8753
             Project: Apache NiFi
          Issue Type: Improvement
          Components: MiNiFi
            Reporter: Mauro Riva


The actual code sets the setting:

 
{code:java}

{code}
{{nifi.flowfile.repository.implementation}}

 

to the default value: 
{code:java}
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository{code}
This setting can be exposed to modify it (e.g. org.apache.nifi.controller.repository.VolatileFlowFileRepository) using the config.yml file.
 
More info about the flowfile settings: https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.4.0/nifi-system-properties/content/flowfile-repository.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)