From 0fc71920efe5d5c1b429c8d7f3d689da87da55f4 Mon Sep 17 00:00:00 2001 From: kimscott Date: Thu, 19 Sep 2019 14:43:49 +0900 Subject: [PATCH] =?UTF-8?q?kafka=20=EC=A3=BC=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7114657..e65e0bd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,8 @@ useRest : false 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: