senzing-garage / sz-sdk-go-core

An SDK for calling the Senzing C library locally.
Apache License 2.0
1 stars 0 forks source link

Consider implementing a SzEngine.GetRedoRecordIterator #203

Open docktermj opened 6 months ago

docktermj commented 6 months ago

Similar to

https://github.com/senzing-garage/sz-sdk-go-core/blob/01ca61a38728c66b48c059a06ec6a4e8d6cde05b/szengine/szengine.go#L378-L436

Consider writing an SzEngine.GetRedoRecordIterator() method to iterate through redo records..

Caveat: First find out if native SzEngine has mitigated the infinite redo record looping issue.