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



##########
File path: extensions/standard-processors/processors/TailFile.h
##########
@@ -91,9 +99,12 @@ class TailFile : public core::Processor {
   static core::Property RecursiveLookup;
   static core::Property LookupFrequency;
   static core::Property RollingFilenamePattern;
+  static core::Property InitialStartPosition;
   // Supported Relationships
   static core::Relationship Success;
 
+  static const std::set<std::string> INITIAL_START_POSITIONS;

Review comment:
       is this used somewhere?




-- 
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