diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-12-06 09:50:39 -0500 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-12-17 19:55:05 +0000 |
commit | b96a391d7be96984b9d58e50e915def526b1b8bb (patch) | |
tree | dfc7c0aaab52f1188d96291fd1a88f02a513559d /kubernetes/dmaap/charts/message-router/resources/config | |
parent | 12e23e7e38aa6254e7475936667982cdf23d18de (diff) |
ZooKeeper and Kafka deployment changes
Support creation of ZooKeeper Ensemble and Multiple Kafka Brokers
Issue-ID: DMAAP-899
Change-Id: Id2318a3e9ff03c60222142169bb9e900e26f2577
Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'kubernetes/dmaap/charts/message-router/resources/config')
-rwxr-xr-x | kubernetes/dmaap/charts/message-router/resources/config/dmaap/MsgRtrApi.properties | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/kubernetes/dmaap/charts/message-router/resources/config/dmaap/MsgRtrApi.properties b/kubernetes/dmaap/charts/message-router/resources/config/dmaap/MsgRtrApi.properties index 99eaeb298c..d40d2a1468 100755 --- a/kubernetes/dmaap/charts/message-router/resources/config/dmaap/MsgRtrApi.properties +++ b/kubernetes/dmaap/charts/message-router/resources/config/dmaap/MsgRtrApi.properties @@ -1,5 +1,4 @@ -############################################################################### -# ============LICENSE_START======================================================= +# LICENSE_START======================================================= # org.onap.dmaap # ================================================================================ # Copyright © 2017 AT&T Intellectual Property. All rights reserved. @@ -122,7 +121,7 @@ cambria.consumer.cache.touchFreqMs=120000 ## hostname is determined via InetAddress.getLocalHost ().getCanonicalHostName(), ## which is not always adequate.) You can set this value explicitly here. ## -cambria.api.node.identifier=message-router +#cambria.api.node.identifier=<use-something-unique-to-this-instance> #cambria.rateLimit.maxEmptyPollsPerMinute=30 #cambria.rateLimitActual.delay.ms=10 @@ -138,7 +137,9 @@ cambria.api.node.identifier=message-router #metrics.send.cambria.sendEverySeconds=60 cambria.consumer.cache.zkBasePath=/fe3c/cambria/consumerCache - +consumer.timeout=17 +default.partitions=3 +default.replicas=3 ############################################################################## #100mb maxcontentlength=10000 @@ -165,4 +166,5 @@ msgRtr.mirrormaker.consumerid=1 kafka.max.poll.interval.ms=300000 kafka.heartbeat.interval.ms=60000 kafka.session.timeout.ms=240000 -kafka.max.poll.records=1000
\ No newline at end of file +kafka.max.poll.records=1000 + |