Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canal-adapter es6x中的相关问题 #3188

Open
niushihao opened this issue Nov 20, 2020 · 3 comments
Open

canal-adapter es6x中的相关问题 #3188

niushihao opened this issue Nov 20, 2020 · 3 comments

Comments

@niushihao
Copy link

分支 master最新代码

版本 1.1.5-SNAPSHOT

问题描述

  • ES6xTemplate 中的 MAX_BATCH_SIZE 属性希望能提供一个自定义修改的入口,因为我们想更实时的同步
  • com.alibaba.otter.canal.client.adapter.es6x.test.sync.UserSyncSingleTest#test01 方法 第54行报NPE,原因是这里拼的key和实际放的时候key不一致,取值时key = database + "-" + table; 放入时 key = destination + "-" + "_" + database + "-" + table
  • ex6x测试代码很多无法运行报找不到数据库驱动包
@niushihao niushihao changed the title canal-adapter ex6x中的相关问题 canal-adapter es6x中的相关问题 Nov 20, 2020
@niushihao
Copy link
Author

launcher启动报错:com.alibaba.druid.pool.DruidDataSource cannot be cast to com.alibaba.druid.pool.DruidDataSource

image

@liuxuzxx
Copy link

找不到驱动包,这个我也遇到了,需要修改下pom.xml的配置信息:
查看issue #3144

@niushihao
Copy link
Author

找不到驱动包,这个我也遇到了,需要修改下pom.xml的配置信息:
查看issue #3144

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants