bersler / OpenLogReplicator

Open Source Oracle database CDC
https://www.bersler.com
GNU General Public License v3.0
285 stars 133 forks source link

Add pseudo ROW_ID for DML-based events. #127

Closed Naros closed 5 months ago

Naros commented 5 months ago

In the upstream Debezium project, we have a user request to include the synthetic ROW_ID value as part of the DML payloads. We can do this with LogMIner and this should be equally easy to do for OpenLogReplicator.

bersler commented 5 months ago

This is already implemented: https://github.com/bersler/OpenLogReplicator/blob/master/documentation/reference-manual/reference-manual.adoc You need to set 'rid': 1

Naros commented 5 months ago

Awesome thanks @bersler, I must have missed that :+1: