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)