#Implement change data capture from RDMS
5 messages · Page 1 of 1 (latest)
how does your current SQL thing looks like?
and what do you expect to track changes?
if you had some sort of provider it might be doable to do tracking at provider level
if you use raw sql, maybe not so much luck here...
from what i read i understood you want to track changes made to db by your code
thank you reply my post,
my db is running, i use change data capture to replicate data to ES and other platforms. i think it same replication db
i have researched Debzimum (https://debezium.io/documentation/reference/2.6/connectors/mysql.html#debezium-connector-for-mysql), but i want to implement this on production so I'm scary
my db is running, i use change data capture to replicate data to ES and other platforms. i think it same replication db
oh so it's not what i am thinking about