1. sql: otter-G/manager/deployer/src/main/resources/sql
2. 这些表添加了字段USER_ID(对应USER表的id): CANAL、CHANNEL、DATA_MATRIX、DATA_MEDIA_SOURCE、DATA_MEDIA
3. 页面变更: 涉及到上述表相关的页面或服务类
4. 权限:由SUPERIOR、ADMIN、OPERATOR组成,只有登录成功的用户才能查看相关信息,否则一直在登录页面
4. canal源码中Canal类添加了userId字段,以及相关的set/get方法
注释:Canal的MysqlEventParser的老版本没有对standbyInfo进行判断, 新版本boolean case2 = (standbyInfo == null || standbyInfo.getAddress() == null) && logPosition.getPostion().getServerId() != null && !logPosition.getPostion().getServerId().equals(findServerId(mysqlConnection));