29 Star 691 Fork 296

Mrwen/spring-boot-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mrwen 提交于 2022-01-24 00:45 . doc: 完善文档

canal

1 概述

阿里巴巴 MySQL binlog 增量订阅&消费组件

因为canal官方demo并没有给spring boot封装详情demo,所以这里就以spring boot封装以便处理数据。

使用注意:

获取表名,优先级从左到右 @CanalTable-->@TableName

canal拉取数据:以定时任务触发(启动类记得加**@EnableScheduling **),当然也可以像canal官方demo一样,用while一直循环获取

2 其它参考

官网文档:https://github.com/alibaba/canal/wiki

spring boot canal starter 易用的canal 客户端:https://github.com/NormanGyllenhaal/canal-client

基于canal的mysql和elasticsearch实时同步方案,支持增量同步和全量同步:https://github.com/starcwang/canal_mysql_elasticsearch_sync

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BiMon/spring-boot-demo.git
git@gitee.com:BiMon/spring-boot-demo.git
BiMon
spring-boot-demo
spring-boot-demo
master

搜索帮助

Dd8185d8 1850385 E526c682 1850385