diff options
author | sunil unnava <su622b@att.com> | 2018-09-04 19:12:31 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-09-04 19:12:46 -0400 |
commit | b2f4c3017325f5279ecfbaabd8920cd9bac20f23 (patch) | |
tree | 9f6c752413d1adde1473426a5e0bd02eb8fd2197 /bundleconfig-local/etc | |
parent | 2d38b0e6e6dc235a20a9378200bbf53828e78c26 (diff) |
replace hardcoded Kafka and zookeeper address
Issue-ID: DMAAP-713
Change-Id: I4999b54fc4a9e81305539ad8bf6ccca302bce93f
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'bundleconfig-local/etc')
-rw-r--r-- | bundleconfig-local/etc/appprops/MsgRtrApi.properties | 4 |
1 files 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=<zookeeper_host> #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_host>:<kafka_port> ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} consumer.timeout.ms=100 |