lordgamez commented on a change in pull request #1052:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1052#discussion_r622276241



##########
File path: extensions/standard-processors/processors/TailFile.h
##########
@@ -179,6 +212,8 @@ class TailFile : public core::Processor {
                                 std::shared_ptr<core::FlowFile> &flow_file) 
const;
 
   void updateStateAttributes(TailState &state, uint64_t size, uint64_t 
checksum) const;
+
+  bool isOldFileInitiallyRead(TailState &state) const;

Review comment:
       Updated in f85889d573474a32d731cadd3101b32045beeea4




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


Reply via email to