We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d8572 commit 931f2dfCopy full SHA for 931f2df
ChangeLog
@@ -1,3 +1,8 @@
1
+2020-01-22 Alibaba Cloud.
2
+ * version: 2.2.1
3
+ * IMPROVE: support oplog stored to disk during document replication.
4
+ * IMPROVE: support reading from kafka in by different tunnel message type.
5
+
6
2019-11-20 Alibaba Cloud.
7
* version: 2.2.0
8
* this is a important version for sharding replication
conf/collector.conf
@@ -281,4 +281,4 @@ replayer.oplog_store_disk = false
281
replayer.oplog_store_disk_max_size = 256000
282
283
# 增量同步时,读取本地存储oplog的batch大小
284
-replayer.oplog_store_disk_read_batch = 10000
+replayer.oplog_store_disk_read_batch = 10000
0 commit comments