Canal 是阿里巴巴开源的一款分布式增量数据同步工具,主要用于基于 MySQL 数据库的增量日志 Binlog 解析,提供增量数据的订阅和消费。
Canal github 地址:https://github.com/alibaba/canal,目前最新版本为 1.1.8,当前的 canal 支持源端 MySQL 版本包括 5.1.x、5.5.x 、5.6.x、5.7.x、8.0.x。
More »Java, Spring Boot, Microservice, Cloud, Architecture and DevOps Tutorials
今天做了什么:
修改瑞吉外卖项目 reggie:
基于 springboot 使用 sharding-jdbc 测试读写分离、分库分表。代码在:https://github.com/chensoul/sharding-examples
More »