Andrea Tarocchi created CAMEL-18836:
---------------------------------------
Summary: support resume cursor in camel azure storage blog
changefeed operation
Key: CAMEL-18836
URL: https://issues.apache.org/jira/browse/CAMEL-18836
Project: Camel
Issue Type: Bug
Components: camel-azure
Affects Versions: 3.20.0
Reporter: Andrea Tarocchi
At the moment there is no reliable way to instruct {{getChangefeed}} operation
of camel-azure-storage-blob component to resume processing the events from
where the previous call finished. Theoretically the {{changeFeedStartTime}} and
{{changeFeedEndTime}} could be used to somehow achieve that, but per the
documentation those are not very precise (you can lose event if you don't round
them at the hour) and the suggestion is to use the resume cursor mechanism see:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed-how-to#resume-reading-records-from-a-saved-position
--
This message was sent by Atlassian Jira
(v8.20.10#820010)