Xin Wang
|
95c69bb854
|
add test coverage and jdk11
|
2019-04-06 16:45:04 +08:00 |
|
Xin Wang
|
6febcf1a0f
|
add test coverage and jdk11
|
2019-04-06 16:42:45 +08:00 |
|
agapple
|
fadfe1d6ca
|
[maven-release-plugin] prepare for next development iteration
|
2019-04-04 10:25:44 +08:00 |
|
agapple
|
a7b12c7098
|
[maven-release-plugin] prepare release canal-1.1.3
canal-1.1.3
|
2019-04-04 10:25:29 +08:00 |
|
agapple
|
2c320e8618
|
Merge pull request #1661 from rewerma/master
flatMessage模式下默认canal.mq.lingerMs=100
|
2019-04-04 10:08:34 +08:00 |
|
machey
|
d76d25df6c
|
flatMessage模式下默认canal.mq.lingerMs=100
|
2019-04-04 00:14:27 +08:00 |
|
agapple
|
b95c0d03cf
|
fixed issue #1660 ,support mysql8.0 caching_sha2_password auth
|
2019-04-03 23:42:41 +08:00 |
|
agapple
|
08af40221f
|
Merge pull request #1658 from rewerma/master
adapter 日志打印修改
|
2019-04-03 12:12:56 +08:00 |
|
rewerma
|
d13c1eb17c
|
Merge branch 'master' into master
|
2019-04-03 11:34:10 +08:00 |
|
agapple
|
82ed9db8ae
|
fixed rocketmq partition out of range
|
2019-04-03 11:26:31 +08:00 |
|
agapple
|
d3195ac973
|
fixed issue #1626 , support alter table id first
|
2019-04-03 10:58:43 +08:00 |
|
agapple
|
15e29d276a
|
fixed default xml config
|
2019-03-28 22:05:56 +08:00 |
|
agapple
|
d715ff64b4
|
fixed packet write batch
|
2019-03-28 21:52:51 +08:00 |
|
agapple
|
f63ce4ffe6
|
fixed mysql auth
|
2019-03-28 20:45:16 +08:00 |
|
agapple
|
a7f9a779ad
|
fixed issue #1640 , support schema partition
|
2019-03-28 17:01:36 +08:00 |
|
agapple
|
39aeeb8c58
|
Merge pull request #1641 from wangsaner/master
修改canal.mq.partitionHash散列规则,使其支持同库下的不同表hash至相同分区
|
2019-03-28 16:58:31 +08:00 |
|
wangsaner
|
9826948ebb
|
修改canal.mq.partitionHash散列规则,
当指明pk级做分区(schema.table:pk1^pk2)时,由table.hashCode()^column.getValue().hashCode()改为database.hashCode()^column.getValue().hashCode(),从而支持同库下不同表hash至相同分区
|
2019-03-28 16:01:02 +08:00 |
|
wangsaner
|
d6ef66a281
|
Merge pull request #1 from alibaba/master
merge
|
2019-03-28 10:37:24 +08:00 |
|
agapple
|
97640b717b
|
fixed compiler
|
2019-03-28 10:23:33 +08:00 |
|
agapple
|
20e7becfe9
|
fixed format
|
2019-03-28 10:19:53 +08:00 |
|
agapple
|
99b34ff632
|
Merge pull request #1639 from wangsaner/master
fixed issue #1636
|
2019-03-28 10:17:42 +08:00 |
|
wangsaner
|
739963acd0
|
fixed issue #1636
非flat模式,当MQ主题为多分区时,数据拆分只取了for循环里面的最后一份数据,
导致消费端只能消费到一个分区的数据
|
2019-03-27 21:57:04 +08:00 |
|
agapple
|
0ec4699149
|
fixed format & support Mysql Auth Switch Protocol
|
2019-03-27 11:54:40 +08:00 |
|
mcy
|
c101ae2280
|
Merge branch 'master' of https://github.com/rewerma/canal
|
2019-03-26 11:39:41 +08:00 |
|
mcy
|
a137deeaff
|
使用统一log
|
2019-03-26 11:29:52 +08:00 |
|
rewerma
|
c5be5b7a8a
|
Merge pull request #40 from alibaba/master
merge
|
2019-03-26 00:43:11 +08:00 |
|
agapple
|
95bed6bcf6
|
fixed fastsql
|
2019-03-25 19:50:02 +08:00 |
|
agapple
|
661d119265
|
fixed issue #1625, mq dymaic topic match
|
2019-03-25 17:54:35 +08:00 |
|
agapple
|
08167c95c7
|
Merge pull request #1622 from rewerma/master
fix bugs
|
2019-03-22 18:14:14 +08:00 |
|
mcy
|
37c5168a7d
|
code optimization
|
2019-03-22 14:49:50 +08:00 |
|
mcy
|
579fa72ae2
|
kafka consumer connector引入事务隔离级别 fix #1512
|
2019-03-22 13:44:02 +08:00 |
|
rewerma
|
844c019433
|
Merge pull request #39 from alibaba/master
merge
|
2019-03-22 09:10:43 +08:00 |
|
agapple
|
c94e3a0024
|
fixed default properties
canal-1.1.3-alpha-3
|
2019-03-21 20:59:09 +08:00 |
|
agapple
|
f6ca489984
|
Merge pull request #1620 from rewerma/master
fix bugs
|
2019-03-21 20:51:10 +08:00 |
|
agapple
|
b2b69307f9
|
fixed rocketmq
|
2019-03-21 20:50:52 +08:00 |
|
agapple
|
531b535228
|
fixed bug
|
2019-03-21 20:26:00 +08:00 |
|
mcy
|
99cccd2113
|
fix #1608
|
2019-03-21 20:07:06 +08:00 |
|
rewerma
|
38d8c3d462
|
Merge branch 'master' into master
|
2019-03-21 19:42:07 +08:00 |
|
agapple
|
024ffc2aa2
|
fixed mq partition num priority
|
2019-03-21 19:39:21 +08:00 |
|
agapple
|
a81d2710ff
|
fixed MQ partition
|
2019-03-21 19:27:39 +08:00 |
|
mcy
|
4bad0e88f8
|
增加日志配置 fix #1570
|
2019-03-21 19:04:33 +08:00 |
|
mcy
|
0181dfaa42
|
sql解析对case when 的支持
fix #1598
|
2019-03-21 18:35:58 +08:00 |
|
rewerma
|
0411d99e7b
|
Merge pull request #37 from alibaba/master
merge
|
2019-03-21 18:07:41 +08:00 |
|
agapple
|
8fcdd7f798
|
Merge pull request #1619 from rewerma/master
fix #1608
|
2019-03-21 17:58:57 +08:00 |
|
mcy
|
b0f4e4ee78
|
fix #1608
|
2019-03-21 17:55:35 +08:00 |
|
agapple
|
d448455ebf
|
Merge pull request #1613 from KangZhiDong/master
set utf8mb4 to support emoji
|
2019-03-21 16:49:44 +08:00 |
|
agapple
|
e07fdb6426
|
Update README.md
|
2019-03-21 16:46:42 +08:00 |
|
agapple
|
38336b249e
|
fixed travis
|
2019-03-21 16:36:41 +08:00 |
|
agapple
|
e7b81cd83a
|
fixed mvn wrapper
|
2019-03-21 16:30:05 +08:00 |
|
agapple
|
2810e7e815
|
add mvnw
|
2019-03-21 16:20:13 +08:00 |
|