From b2f4c3017325f5279ecfbaabd8920cd9bac20f23 Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Tue, 4 Sep 2018 19:12:31 -0400 Subject: [PATCH] replace hardcoded Kafka and zookeeper address Issue-ID: DMAAP-713 Change-Id: I4999b54fc4a9e81305539ad8bf6ccca302bce93f Signed-off-by: sunil unnava --- bundleconfig-local/etc/appprops/MsgRtrApi.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundleconfig-local/etc/appprops/MsgRtrApi.properties b/bundleconfig-local/etc/appprops/MsgRtrApi.properties index c9a6996..106a1af 100644 --- a/bundleconfig-local/etc/appprops/MsgRtrApi.properties +++ b/bundleconfig-local/etc/appprops/MsgRtrApi.properties @@ -37,7 +37,7 @@ ## Both Cambria and Kafka make use of Zookeeper. ## #config.zk.servers=172.18.1.1 -config.zk.servers=10.12.7.22:2181 +config.zk.servers= #config.zk.root=/fe3c/cambria/config @@ -49,7 +49,7 @@ config.zk.servers=10.12.7.22:2181 ## configurations (after removing "kafka.") ## if you want to change request.required.acks it can take this one value #kafka.metadata.broker.list=localhost:9092,localhost:9093 -kafka.metadata.broker.list=10.12.7.22:9092 +kafka.metadata.broker.list=: ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} consumer.timeout.ms=100 -- 2.16.6