Skip to content

Allow passing the cursor to Keyset::Iterator

Adam Hegyi requested to merge keyset-iterator-pass-cursor into master

What does this MR do and why?

This change allows passing a cursor to the Keyset::Iterator class. This can be used to split the processing into separate background jobs and continue the iteration where the previous job stopped.

I need this functionality in: !71279 (merged)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports