osheroff/mysql-binlog-connector-java

Can the last_committed field be added when parsing gtidEvent events?

kjyyc opened this issue · 2 comments

kjyyc commented

Here is the content of a binlog file:
Snipaste_2023-11-01_17-11-48

Currently, there is no event that can obtain the last_committed field. I need to use this field to parallel replay SQL to the target MySQL.

I hope this tool can add this field to 'gtid_event'.
image

PS:
mysql binary event:
image

references WIP #130

Naros commented

This should be fixed in 0.29.0 @kjyyc, closing.