am-c-p-p edited a comment on issue #757: MINIFICPP-1177 Implementation based on Nifi. URL: https://github.com/apache/nifi-minifi-cpp/pull/757#issuecomment-614127977 1. 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. 2. Missing I/O error handling, will add exception handling similar to Nifi Java. 3. State is saved in memory for now and will use RocksDB controller service when it is merged to apache. 4. Code is not yet tested.
---------------------------------------------------------------- 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] With regards, Apache Git Services
