xiongji source
xiongji source
也碰到了类似的情况 server 搭好了,客户端代码使用的是 sample 最后在 mysql 中 insert 或者 update,客户端打印出来的如下 ` ================> binlog[mysql-bin.000013 : 4720],name[canal,user], eventType: 2 update user set `age`=302 where `name`='title' ` 查看了 example 和 canal 下的日志 example...
已经解决了,MySQL 配置 binlog-format 的问题,配置了 /etc/my.cnf 之后重启并没有生效,在 mysql 客户端中才检查出来。 配置之后就能够拿到,需要注意的是 mysql 的配置有 global 和 session 两个级别。
>  > > There two token in it > > * one is `accessToken` which needs graphAPI to get user info > * another one is `AuthenticationToken`(aka JWT token)...