From cad30574a288824fffc7acc70f9c90074fb6dfd4 Mon Sep 17 00:00:00 2001 From: kimscott Date: Mon, 26 Aug 2019 15:50:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=ED=94=84=EC=B9=B4=20=EC=A3=BC?= =?UTF-8?q?=EC=86=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 117f01d..4c7b2bd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,7 +8,7 @@ eventTopic: eventTopic spring: profiles: default kafka: - bootstrap-servers: http://34.85.73.178:31090 + bootstrap-servers: http://35.200.47.242:31090 # bootstrap-servers: localhost:9092 consumer: enable-auto-commit: true