mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

Are Tagged GTIDs supported?

Open EeshwarPrasath opened this issue 1 year ago • 0 comments

Tried to consume binlog events which contained tagged GTIDs introduced in mysql 8.4, but the event type is always UNKNOWN and data seems to be NULL.

To replicate: set gtid_next = 'AUTOMATIC:SOMETAG'; Now try to read binlog events.

Are tagged GTIDs supported yet? Any responses appreciated. Thank you,

CC: @osheroff @Naros

EeshwarPrasath avatar Oct 22 '24 07:10 EeshwarPrasath