代码整理

This commit is contained in:
mcy
2018-11-09 16:52:34 +08:00
parent c5bd42bbf1
commit 2a38bca34b
2 changed files with 1 additions and 4 deletions
@@ -45,7 +45,7 @@ canal.instance.filter.black.regex=
# mq config
canal.mq.topic=example
# 分区指定分区0
# 分区指定分区0
canal.mq.partition=0
# 多分区指定分区数量
#canal.mq.partitionsNum=3
@@ -21,9 +21,6 @@ public class MQProperties {
private Long canalGetTimeout = 100L;
private boolean flatMessage = true;
// private List<CanalDestination> canalDestinations = new
// ArrayList<CanalDestination>();
public static class CanalDestination {
private String canalDestination;