liukelin / canal_mysql_nosql_sync

基于canal 的 mysql 与 redis/memcached/mongodb 的 nosql 数据实时同步方案 案例 demo canal client
1.43k stars 470 forks source link

导致服务端 canal.instance.filter.regex 失效 #16

Open kobeng opened 5 years ago

kobeng commented 5 years ago

connector.subscribe(".\..");

哥 把这句去掉吧 会导致服务端的配置失效 或者 你这里面加一个配置读取吧

liukelin commented 5 years ago

好的。。。

liukelin commented 5 years ago

谢谢

kobeng commented 5 years ago

@liukelin 怎么编译你的项目 ? 用什么命令 我急用这个客户端

liukelin commented 5 years ago

mvn package。或者 用ide打包。

prifi commented 4 years ago

pom.xml 文件在哪