jhh | e05a964 | 2021-04-13 17:27:35 -0500 | [diff] [blame] | 1 | # ============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 | |
| 19 | dmaap.source.topics=PDPD-CONFIGURATION |
| 20 | |
| 21 | dmaap.source.topics.PDPD-CONFIGURATION.servers=${envd:DMAAP_SERVERS} |
| 22 | dmaap.source.topics.PDPD-CONFIGURATION.effectiveTopic=${envd:PDPD_CONFIGURATION_TOPIC} |
| 23 | dmaap.source.topics.PDPD-CONFIGURATION.apiKey=${envd:PDPD_CONFIGURATION_API_KEY} |
| 24 | dmaap.source.topics.PDPD-CONFIGURATION.apiSecret=${envd:PDPD_CONFIGURATION_API_SECRET} |
| 25 | dmaap.source.topics.PDPD-CONFIGURATION.consumerGroup=${envd:PDPD_CONFIGURATION_CONSUMER_GROUP} |
| 26 | dmaap.source.topics.PDPD-CONFIGURATION.consumerInstance=${envd:PDPD_CONFIGURATION_CONSUMER_INSTANCE} |
| 27 | dmaap.source.topics.PDPD-CONFIGURATION.managed=false |
jhh | ed08c7f | 2021-06-07 15:34:43 -0500 | [diff] [blame] | 28 | dmaap.source.topics.PDPD-CONFIGURATION.https=${envd:DMAAP_HTTPS:true} |
rameshiyer27 | fbf94a6 | 2023-12-11 18:50:14 +0000 | [diff] [blame] | 29 | |
| 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} |