From 68183f83f067723a1b0cfc15ff56668dde1814f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 16 Jul 2024 11:19:51 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E5=88=A0=E9=99=A4=20kafka-streams=20?= =?UTF-8?q?=E6=89=80=E6=9C=89=E4=BA=BA=E9=83=BD=E4=B8=8D=E4=BC=9A=E7=94=A8?= =?UTF-8?q?=E4=B9=9F=E4=B8=8D=E5=AD=A6=E6=80=8E=E4=B9=88=E7=94=A8=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-example/ruoyi-test-mq/src/main/resources/application.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ruoyi-example/ruoyi-test-mq/src/main/resources/application.yml b/ruoyi-example/ruoyi-test-mq/src/main/resources/application.yml index 56cad802..13561bad 100644 --- a/ruoyi-example/ruoyi-test-mq/src/main/resources/application.yml +++ b/ruoyi-example/ruoyi-test-mq/src/main/resources/application.yml @@ -30,9 +30,6 @@ spring: producer: key-serializer: org.apache.kafka.common.serialization.StringSerializer value-serializer: org.apache.kafka.common.serialization.StringSerializer - streams: - properties: - application.id: kafka-streams-id # 应用ID # 以下配置均应该在 kafka 配置文件内编写 写到此处是为了方便调试 properties: # 开启自动创建话题功能,默认是false,根据需要设置