Merge "Add schemas for input events of ODU slice assurance usecase"
[nonrtric.git] / test / simulator-group / dmaapmr / configs1 / mr / MsgRtrApi.properties
1 # LICENSE_START=======================================================
2 #  org.onap.dmaap
3 #  ================================================================================
4 #  Copyright Â© 2021 Nordix Foundation. All rights reserved.
5 #  Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 #  ================================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #  You may obtain a copy of the License at
10 #        http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=========================================================
18 #
19 #  ECOMP is a trademark and service mark of AT&T Intellectual Property.
20 #
21 ###############################################################################
22 ###############################################################################
23 ##
24 ## Cambria API Server config
25 ##
26 ## Default values are shown as commented settings.
27 ##
28 ###############################################################################
29 ##
30 ## HTTP service
31 ##
32 ## 3904 is standard as of 7/29/14.
33 #
34 ## Zookeeper Connection
35 ##
36 ## Both Cambria and Kafka make use of Zookeeper.
37 ##
38 config.zk.servers=$MR_ZOOKEEPER_SERVICE_PATH
39 #$MR_ZOOKEEPER_APP_NAME:$MR_ZOOKEEPER_PORT
40
41 ###############################################################################
42 ##
43 ## Kafka Connection
44 ##
45 ##        Items below are passed through to Kafka's producer and consumer
46 ##        configurations (after removing "kafka.")
47 ##        if you want to change request.required.acks it can take this one value
48 #kafka.metadata.broker.list=localhost:9092,localhost:9093
49 #kafka.metadata.broker.list={{.Values.kafka.name}}:{{.Values.kafka.port}}
50 kafka.metadata.broker.list=$MR_KAFKA_SERVICE_PATH
51 #$MR_KAFKA_APP_NAME:$MR_KAFKA_PORT
52 ##kafka.request.required.acks=-1
53 #kafka.client.zookeeper=${config.zk.servers}
54 consumer.timeout.ms=100
55 zookeeper.connection.timeout.ms=6000
56 zookeeper.session.timeout.ms=20000
57 zookeeper.sync.time.ms=2000
58 auto.commit.interval.ms=1000
59 fetch.message.max.bytes =1000000
60 auto.commit.enable=false
61
62 #(backoff*retries > zksessiontimeout)
63 kafka.rebalance.backoff.ms=10000
64 kafka.rebalance.max.retries=6
65
66 ###############################################################################
67 ##
68 ##        Secured Config
69 ##
70 ##        Some data stored in the config system is sensitive -- API keys and secrets,
71 ##        for example. to protect it, we use an encryption layer for this section
72 ##        of the config.
73 ##
74 ## The key is a base64 encode AES key. This must be created/configured for
75 ## each installation.
76 #cambria.secureConfig.key=
77 ##
78 ## The initialization vector is a 16 byte value specific to the secured store.
79 ## This must be created/configured for each installation.
80 #cambria.secureConfig.iv=
81
82 ## Southfield Sandbox
83 cambria.secureConfig.key=b/7ouTn9FfEw2PQwL0ov/Q==
84 cambria.secureConfig.iv=wR9xP5k5vbz/xD0LmtqQLw==
85 authentication.adminSecret=fe3cCompound
86
87
88 ###############################################################################
89 ##
90 ## Consumer Caching
91 ##
92 ##        Kafka expects live connections from the consumer to the broker, which
93 ##        obviously doesn't work over connectionless HTTP requests. The Cambria
94 ##        server proxies HTTP requests into Kafka consumer sessions that are kept
95 ##        around for later re-use. Not doing so is costly for setup per request,
96 ##        which would substantially impact a high volume consumer's performance.
97 ##
98 ##        This complicates Cambria server failover, because we often need server
99 ##        A to close its connection before server B brings up the replacement.
100 ##
101
102 ## The consumer cache is normally enabled.
103 #cambria.consumer.cache.enabled=true
104
105 ## Cached consumers are cleaned up after a period of disuse. The server inspects
106 ## consumers every sweepFreqSeconds and will clean up any connections that are
107 ## dormant for touchFreqMs.
108 #cambria.consumer.cache.sweepFreqSeconds=15
109 cambria.consumer.cache.touchFreqMs=120000
110 ##stickforallconsumerrequests=false
111 ## The cache is managed through ZK. The default value for the ZK connection
112 ## string is the same as config.zk.servers.
113 #cambria.consumer.cache.zkConnect=${config.zk.servers}
114
115 ##
116 ## Shared cache information is associated with this node's name. The default
117 ## name is the hostname plus the HTTP service port this host runs on. (The
118 ## hostname is determined via InetAddress.getLocalHost ().getCanonicalHostName(),
119 ## which is not always adequate.) You can set this value explicitly here.
120 ##
121 #cambria.api.node.identifier=<use-something-unique-to-this-instance>
122
123 #cambria.rateLimit.maxEmptyPollsPerMinute=30
124 #cambria.rateLimitActual.delay.ms=10
125
126 ###############################################################################
127 ##
128 ## Metrics Reporting
129 ##
130 ##        This server can report its metrics periodically on a topic.
131 ##
132 #metrics.send.cambria.enabled=true
133 #metrics.send.cambria.topic=cambria.apinode.metrics
134 #msgrtr.apinode.metrics.dmaap
135 #metrics.send.cambria.sendEverySeconds=60
136
137 cambria.consumer.cache.zkBasePath=/fe3c/cambria/consumerCache
138 consumer.timeout=17
139 default.partitions=3
140 default.replicas=1
141 ##############################################################################
142 #100mb
143 maxcontentlength=10000
144
145
146 ##############################################################################
147 #AAF Properties
148 msgRtr.namespace.aaf=org.onap.dmaap.mr.topic
149 msgRtr.topicfactory.aaf=org.onap.dmaap.mr.topicFactory|:org.onap.dmaap.mr.topic:
150 enforced.topic.name.AAF=org.onap.dmaap.mr
151 forceAAF=false
152 transidUEBtopicreqd=false
153 defaultNSforUEB=org.onap.dmaap.mr
154 ##############################################################################
155 #Mirror Maker Agent
156
157 msgRtr.mirrormakeradmin.aaf=org.onap.dmaap.mr.mirrormaker|*|admin
158 msgRtr.mirrormakeruser.aaf=org.onap.dmaap.mr.mirrormaker|*|user
159 msgRtr.mirrormakeruser.aaf.create=org.onap.dmaap.mr.topicFactory|:org.onap.dmaap.mr.topic:
160 msgRtr.mirrormaker.timeout=15000
161 msgRtr.mirrormaker.topic=org.onap.dmaap.mr.mirrormakeragent
162 msgRtr.mirrormaker.consumergroup=mmagentserver
163 msgRtr.mirrormaker.consumerid=1
164
165 kafka.max.poll.interval.ms=300000
166 kafka.heartbeat.interval.ms=60000
167 kafka.session.timeout.ms=240000
168 kafka.max.poll.records=1000