nevill / zongji

A mysql binlog listener running on Node.js.
Other
375 stars 118 forks source link

GTID support #119

Open teopetuk opened 4 years ago

teopetuk commented 4 years ago

Add GTID-event. Add server-side events filtering by GTIDs.

vlasky commented 1 year ago

@teopetuk do you know how this code would behave if used with a MariaDB server? The GTID implementation in MariaDB differs from that in MySQL.