Write Ahead FlowFile Repository
WriteAheadFlowFileRepository
is the default implementation. It persists FlowFiles to disk, and can optionally be configured to synchronize all changes to disk. This is very expensive and can significantly reduce NiFi performance. However, if it is false
, there could be the potential for data loss if either there is a sudden power loss or the operating system crashes. The default value is false
.
Property |
Description |
|
If the repository implementation is configured to use the |
|
The location of the FlowFile Repository. The default value is |
|
The FlowFile Repository checkpoint interval. The default value is |
|
If set to |