MySqlCdc icon indicating copy to clipboard operation
MySqlCdc copied to clipboard

How to get RAW SQL Commands?

Open behiunforgiven opened this issue 6 months ago • 2 comments

I want to implement a Mariadb replication with this awesome repo. How can I detect raw SQL commands to run directly in replica? HandleMethod functions return json data. (I want gtid and table name too)

behiunforgiven avatar Aug 13 '24 13:08 behiunforgiven