Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2487#discussion_r170084644
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/WriteAheadFlowFileRepository.java
 ---
    @@ -80,6 +80,15 @@
      */
     public class WriteAheadFlowFileRepository implements FlowFileRepository, 
SyncListener {
         private static final String FLOWFILE_REPOSITORY_DIRECTORY_PREFIX = 
"nifi.flowfile.repository.directory";
    +    private static final String WRITE_AHEAD_LOG_IMPL = 
"nifi.flowfile.repository.wal.implementation";
    +
    +    // TODO: Update Admin Guide
    --- End diff --
    
    I think this TODO is DONE :)


---

Reply via email to