OpenLogReplicator icon indicating copy to clipboard operation
OpenLogReplicator copied to clipboard

Add pseudo ROW_ID for DML-based events.

Open Naros opened this issue 1 year ago • 1 comments

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.

Naros avatar Apr 26 '24 15:04 Naros

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

bersler avatar May 08 '24 20:05 bersler

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

Naros avatar May 14 '24 13:05 Naros