getdozer / dozer

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
https://getdozer.io
GNU Affero General Public License v3.0
1.47k stars 117 forks source link

Allow for non-opid-emitting sources to be restartable. #2474

Closed Jesse-Bakker closed 3 months ago

Jesse-Bakker commented 3 months ago

This is useful for the aerospike source, because it uses XDR to track source offsets.

Additionally, the oracle sink can now be append-only and it does not need additional metadata columns in that case. It will also not create a metadata table if the source does not emit OpIdentifiers.