am-c-p-p edited a comment on pull request #757:
URL: https://github.com/apache/nifi-minifi-cpp/pull/757#issuecomment-614127977


   Implementation is rewritten from scratch is closely based on Nifi Java 
TailFile 
https://github.com/apache/nifi/blob/63379c35201cb58d0a5c5a4d55bb72504551973c/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java
 so would be useful to compare this C++ implementation with the Java one.
   
   To do:
   1. State is saved in memory for now and will use RocksDB controller service 
when it is merged to apache.
   
   2. Needs to be added the same test cases as in 
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestTailFile.java.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to