You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/27 02:46:00 UTC

[GitHub] [nifi-minifi-cpp] am-c-p-p edited a comment on pull request #757: MINIFICPP-1177 Implementation based on Nifi.

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:
users@infra.apache.org