blob: 15a35b8b26dc3a9e777f63ead1690d396f4b65ca [file] [log] [blame]
jhhe05a9642021-04-13 17:27:35 -05001# ============LICENSE_START=======================================================
2# ONAP
3# ================================================================================
4# Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
5# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
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
19dmaap.source.topics=PDPD-CONFIGURATION
20
21dmaap.source.topics.PDPD-CONFIGURATION.servers=${envd:DMAAP_SERVERS}
22dmaap.source.topics.PDPD-CONFIGURATION.effectiveTopic=${envd:PDPD_CONFIGURATION_TOPIC}
23dmaap.source.topics.PDPD-CONFIGURATION.apiKey=${envd:PDPD_CONFIGURATION_API_KEY}
24dmaap.source.topics.PDPD-CONFIGURATION.apiSecret=${envd:PDPD_CONFIGURATION_API_SECRET}
25dmaap.source.topics.PDPD-CONFIGURATION.consumerGroup=${envd:PDPD_CONFIGURATION_CONSUMER_GROUP}
26dmaap.source.topics.PDPD-CONFIGURATION.consumerInstance=${envd:PDPD_CONFIGURATION_CONSUMER_INSTANCE}
27dmaap.source.topics.PDPD-CONFIGURATION.managed=false
jhhed08c7f2021-06-07 15:34:43 -050028dmaap.source.topics.PDPD-CONFIGURATION.https=${envd:DMAAP_HTTPS:true}
rameshiyer27fbf94a62023-12-11 18:50:14 +000029
30#Replace the properties with the following to use kafka message broker
31#kafka.source.topics=pdpd-configuration
32#kafka.source.topics.fetchTimeout=15000
33#kafka.source.topics.pdpd-configuration.servers=${envd:DMAAP_SERVERS}
34#kafka.source.topics.pdpd-configuration.effectiveTopic=${envd:PDPD_CONFIGURATION_TOPIC}
35#kafka.source.topics.pdpd-configuration.apiKey=${envd:PDPD_CONFIGURATION_API_KEY}
36#kafka.source.topics.pdpd-configuration.apiSecret=${envd:PDPD_CONFIGURATION_API_SECRET}
37#kafka.source.topics.pdpd-configuration.consumerGroup=${envd:PDPD_CONFIGURATION_CONSUMER_GROUP}
38#kafka.source.topics.pdpd-configuration.consumerInstance=${envd:PDPD_CONFIGURATION_CONSUMER_INSTANCE}
39#kafka.source.topics.pdpd-configuration.managed=false
40#kafka.source.topics.pdpd-configuration.https=${envd:DMAAP_HTTPS:true}