diff options
Diffstat (limited to 'bundleconfig-local/etc/appprops')
-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 |