lordgamez commented on a change in pull request #1052:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1052#discussion_r618506643
##########
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:
No, I left it there by accident when fixing the comment, thanks! Removed
in 393f540a9b21e7a3a8d8de78e3040519bac244af
--
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]