diff options
author | sunil unnava <su622b@att.com> | 2018-08-29 17:17:15 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-08-29 17:17:35 -0400 |
commit | 5d94178f70ca101b5531fcb6711cb24993b9e6e6 (patch) | |
tree | 642558eb7a0ab9b49c68df76eb8f987bc16da7bc /bundleconfig-local | |
parent | a6f5d729557378d6b526363a4e10078786687b73 (diff) |
update the Kafka and MR image versions
Issue-ID: DMAAP-628
Change-Id: Id12ffd926363d3dc6cee47d80873352bd33ea64f
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'bundleconfig-local')
-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 106a1af..c9a6996 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=<zookeeper_host> +config.zk.servers=10.12.7.22:2181 #config.zk.root=/fe3c/cambria/config @@ -49,7 +49,7 @@ config.zk.servers=<zookeeper_host> ## 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=<kafka_host>:<kafka_port> +kafka.metadata.broker.list=10.12.7.22:9092 ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} consumer.timeout.ms=100 |