Use the Canal ClientAdapter to synchronize the DDL and DML of Mysql to PostgreSQL

1. Description The description of each component is shown in the table below: assemblyeditionThe serverInstallation tutorialeffectcanal1.1.5canal1, canal2, canal3canal HA installation + mysql multi node automatic switchingzookeeper3.6.3canal1, canal2, canal3zookeeper fully distributed installationmysql8.0.25canal1, canal2MySQL master mast ...

Posted by jalperin on Fri, 24 Sep 2021 00:36:17 +0200

canal source code analysis series - sink module analysis

canal source code analysis series - sink module analysis introduction The parser module is used to subscribe to binlog events and post them to the store through sink. What the sink stage does is to filter binlog data according to certain rules. In addition, some data distribution will be done. Its core interface is CanalEventSink, and its cor ...

Posted by s0me0ne on Fri, 17 Sep 2021 19:35:46 +0200