diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-09-06 20:37:53 -0400 |
---|---|---|
committer | sunil unnava <sunil.unnava@att.com> | 2018-09-06 20:39:10 -0400 |
commit | 3b894ee29da6a9409bcc118a94b024d81586251a (patch) | |
tree | dd87e51d826b27f1cd1caf15ce0492166d20752b /bundleconfig-local | |
parent | b2f4c3017325f5279ecfbaabd8920cd9bac20f23 (diff) |
Fixes for security vulnerabilities
Issue-ID: DMAAP-738
Change-Id: Ie569c5eef3d015dd613e8c2f5b343da2f030f1e5
Signed-off-by: sunil unnava <sunil.unnava@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..552c6a7 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.5.108 #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.5.108:9092 ##kafka.request.required.acks=-1 #kafka.client.zookeeper=${config.zk.servers} consumer.timeout.ms=100 |