canal用法

安装按官方文档就行

然后用php消费canal,要注意:
用的是xingwenge\canal_php
$client->subscribe("1001", "example", "test.test"); //这个test.test要和canal里的表过滤配置一样

canal清理重新定位log file和log position:

1、先停止服务 sh bin/stop.sh;
2、清理掉conf/example 内的文件,只保留配置文件instance.properties
3、清理掉logs/exaple 下的mate.log文件
4、重新配置instance配置
5、启动 sh bin/startup.sh

你可能感兴趣的:(Linux,PHP)