replace hardcoded Kafka and zookeeper address
[dmaap/messagerouter/messageservice.git] / bundleconfig-local / etc / appprops / MsgRtrApi.properties
index c9a6996..106a1af 100644 (file)
@@ -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