agapple
agapple
登录数据库,执行 show binlog event in 'xxx' from xx,看一下对应的binlog event类型
只有Update_rows_v1是可以获取到具体变更前后的字段信息
https://github.com/alibaba/canal/pull/5089/files
debug看下生成的DML语句是啥,看着是语法报错
可以考虑提交一个PR给我
heartbeat的位点,不具备唯一性
这个一般是遇到druid的ddl解析异常
com.alibaba.otter.canal.common.CanalException: com.alibaba.otter.canal.server.embedded.CanalServerWithEmbedded isn't start , please check 是不是出现重复关闭?
https://github.com/alibaba/canal/issues/4930,看看是否类似的这个问题
Proxy ERROR: Proxy does not support such usage yet: Do not support global set, sqlState=HY000, sqlStateMarker=#] 这不是原生mysql吧?