Closed
Description
Hi,
mysql-binlog-connector-java is a great tool. I have tried some other mysql replication tools, like Databus(LinkedIn), canal(alibaba).They all need to set binlog_format=ROW.
While using mysql-binlog-connector-java, I tried 'MIXED' and 'ROW'. Both can work.
I got 'WRITE_ROWS' event while using 'ROW' format. 'QUERY' event while using 'MIXED' format.It seems both format are supported.
Is it OK to use binlog_format='MIXED' and mysql-binlog-connector-java, in my production environment?
thanks.
Metadata
Metadata
Assignees
Labels
No labels