Hi,

Based on the changes in NIFI-1275 I’ve been looking at creating a ReportingTask 
to send provenance events to ElasticSearch.

I can see that is is possible to get all events from a specific Id by using: 
getProvenanceRepository().getEvents(firstRecordId, maxRecords)

Is there a standard mechanism for recording the last record id that my 
successfully task handled?

It seems like a common requirement for anything that is going to use that 
getEvents() mechanism so it seems a shame to have to create something specific 
for my task. 

Cheers,
Richard

Reply via email to