From 974c97d8aa97388d65a11a52ec19ae3d4233ad2f Mon Sep 17 00:00:00 2001 From: kimscott Date: Mon, 23 Sep 2019 16:09:38 +0900 Subject: [PATCH] =?UTF-8?q?kafka=20localhost=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ecb0417..d1c70d3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,8 @@ eventTopic: eventTopic spring: profiles: default kafka: - bootstrap-servers: http://35.200.47.242:31090 -# bootstrap-servers: localhost:9092 +# bootstrap-servers: http://35.200.47.242:31090 + bootstrap-servers: localhost:9092 consumer: enable-auto-commit: true jpa: