[
https://issues.apache.org/jira/browse/MINIFICPP-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabor Gyimesi resolved MINIFICPP-1244.
--------------------------------------
Resolution: Fixed
> Support the Initial Start Position property in TailFile
> -------------------------------------------------------
>
> Key: MINIFICPP-1244
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1244
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Ferenc Gerlits
> Assignee: Gabor Gyimesi
> Priority: Minor
> Labels: selected-for-development
> Fix For: 0.10.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
> The TailFile processor in NiFi Java has a property called *Initial Start
> Position*, with allowed values:
> * *Beginning of Time*: Start with the oldest data that matches the Rolling
> Filename Pattern and then begin reading from the File to Tail
> * *Beginning of File*: Start with the beginning of the File to Tail. Do not
> ingest any data that has already been rolled over
> * *Current Time*: Start with the data at the end of the File to Tail. Do not
> ingest any data that has already been rolled over or any data in the File to
> Tail that has already been written.
> MiNiFi C++ does not have this property, and always behaves as if Beginning of
> File was selected. Add the *Initial Start Position* property to MiNiFi C++,
> with the three allowed values and behaviors as above.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)