From c376f0afd298ad7bea97fed0b62f771c386c9082 Mon Sep 17 00:00:00 2001 From: mcy Date: Wed, 14 Nov 2018 11:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20canal.mq.acks=20canal.mq.compressionType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployer/src/main/resources/canal.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployer/src/main/resources/canal.properties b/deployer/src/main/resources/canal.properties index cf2a225e..86c700f0 100644 --- a/deployer/src/main/resources/canal.properties +++ b/deployer/src/main/resources/canal.properties @@ -108,4 +108,6 @@ canal.mq.lingerMs=1 canal.mq.bufferMemory=33554432 canal.mq.canalBatchSize=50 canal.mq.canalGetTimeout=100 -canal.mq.flatMessage=true \ No newline at end of file +canal.mq.flatMessage=true +#canal.mq.compressionType=none +#canal.mq.acks=all \ No newline at end of file -- GitLab