File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,10 @@ mysql配置:
9494
9595canal server 模拟mysql从库并向mysql发送dump命令获取mysql binlog数据。
9696
97- 1.下载解压项目,这里提供了1.0.22版本:[ canal.deployer-1.0.22.tar.gz] ( https://github.com/liukelin/canal_mysql_nosql_sync/files/426724/canal.deployer-1.0.22.tar.gz )
98- 可从阿里项目下载最新版本 deployer :[ https://github.com/alibaba/canal/releases ] ( https://github.com/alibaba/canal/releases )
97+ 1.下载解压项目,这里提供了1.0.22版本:
98+ [ canal.deployer-1.0.22.tar.gz] ( https://github.com/liukelin/canal_mysql_nosql_sync/files/426724/canal.deployer-1.0.22.tar.gz )
99+ 可从阿里项目下载最新版本 deployer :
100+ [ https://github.com/alibaba/canal/releases ] ( https://github.com/alibaba/canal/releases )
99101
1001022.配置项目:
101103# 公共配置
@@ -118,7 +120,8 @@ mysql配置:
118120
119121保存退出。
120122
121- 更多配置查看:[ http://agapple.iteye.com/blog/1831873 ] ( http://agapple.iteye.com/blog/1831873 )
123+ 更多配置查看:
124+ [ http://agapple.iteye.com/blog/1831873 ] ( http://agapple.iteye.com/blog/1831873 )
122125
1231263.启动:
124127$ sh bin/startup.sh
@@ -133,8 +136,10 @@ mysql配置:
133136
134137binlog生产端和消费端的之间,增加MQ作为缓冲,增加容错度和动态扩展性
135138
136- 1.下载解压项目,这里自己写了个基于1.0.22版本的项目:[ canal_client1.0.22.zip] ( https://github.com/liukelin/canal_mysql_nosql_sync/releases )
137- 源码查看:[ canal-client] ( https://github.com/liukelin/canal_mysql_nosql_sync/tree/master/canal-client )
139+ 1.下载解压项目,这里自己写了个基于1.0.22版本的项目:
140+ [ canal_client1.0.22.zip] ( https://github.com/liukelin/canal_mysql_nosql_sync/releases )
141+
142+ 源码查看: [ canal-client] ( https://github.com/liukelin/canal_mysql_nosql_sync/tree/master/canal-client )
138143
1391442.基本配置
140145
You can’t perform that action at this time.
0 commit comments