spring-boot-starter-canal icon indicating copy to clipboard operation
spring-boot-starter-canal copied to clipboard

A convenient canal starter for spring boot that allows to listen to the event(s) which you are interested by implementing interface or annotation.

Results 10 spring-boot-starter-canal issues
Sort by recently updated
recently updated
newest added

使用 @ListenPoint监听多表时,如何确定数据为那一张表的数据呢?如何通过rowData获取到表名呢?

我的监听类不起作用啊。在项目中用原生方式就可以

不错的封装, 可是maven 中央仓库找不到spring-boot-starter-canal,在哪边可以下载啊?

2021-01-20 16:28:16.684 INFO 4967 --- [ main] c.x.s.canal.client.SimpleCanalClient : main: initializing the listeners.... 2021-01-20 16:28:16.709 INFO 4967 --- [ main] c.x.s.canal.client.SimpleCanalClient : main: initializing the listeners end. 2021-01-20 16:28:16.710 WARN...

the listener pass rowData only to handler, it's not enough to build a sql

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'canalClient' defined in com.xpand.starter.canal.config.CanalClientConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xpand.starter.canal.client.CanalClient]: Factory method 'canalClient' threw exception; nested...

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'canalClient' defined in com.xpand.starter.canal.config.CanalClientConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.xpand.starter.canal.client.CanalClient]: Factory method 'canalClient' threw exception; nested...

update delete则都正常。经过调试,我觉得其实应该是canal本身的问题。在官方项目issue页没找到类似问题,暂时算了。目前还用不到insert listener