From f21369094a1de79ccc3293c3eb497fab6fe75b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E4=BD=B3?= Date: Wed, 29 Sep 2021 09:38:58 +0800 Subject: [PATCH] =?UTF-8?q?kafka=E7=BA=BF=E7=A8=8B=E6=95=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/src/main/resources/application.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/src/main/resources/application.yml.example b/executor/src/main/resources/application.yml.example index b82de5c..1a4d3df 100644 --- a/executor/src/main/resources/application.yml.example +++ b/executor/src/main/resources/application.yml.example @@ -28,7 +28,7 @@ spring: topic_email: topic-gitlink-email topic_new_email_remind: topic-gitlink-new-email-remind listener: - concurrency: 3 + concurrency: 1 ack-mode: record redis: -- 2.34.1