From d88a29793a2660e3d0f03333ed3891ef8067d355 Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Fri, 8 Mar 2019 14:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-pro.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 743cf142..b3d91c1a 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -25,7 +25,7 @@ spring: kafka: producer: retries: 0 - servers: 172.17.35.161:32796,172.17.35.161:32797,172.17.35.161:32798 + servers: 172.17.35.161:9092,172.17.35.161:9092,172.17.35.161:9092 linger: 1 batch: size: 4096 @@ -40,7 +40,7 @@ kafka: reset: latest commit: interval: 100 - servers: 172.17.35.161:32796,172.17.35.161:32797,172.17.35.161:32798 + servers: 172.17.35.161:9092,172.17.35.161:9092,172.17.35.161:9092 zookeeper: connect: 172.17.35.161:2181 session: @@ -91,7 +91,7 @@ elasticsearch: eureka: client: service-url: - defaultZone: http://172.17.35.163:94/eureka/ + defaultZone: http://172.17.35.164:94/eureka/ instance: prefer-ip-address: false hostName: msgexchangeapi