Enable kafka in DME Participant
[it/dep.git] / nonrtric / helm / dmeparticipant / resources / config / application.yaml
1 spring:
2   autoconfigure:
3     exclude:
4       - org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
5       - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
6       - org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
7       - org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
8 security:
9   enable-csrf: false
10
11 dme:
12   baseUrl: http://informationservice:9082
13
14 participant:
15   intermediaryParameters:
16     reportingTimeIntervalMs: 120000
17     description: Participant Description
18     participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08
19     clampAutomationCompositionTopics:
20       topicSources:
21         - topic: policy-acruntime-participant
22           servers:
23            - ${topicServer:kafka.default.svc.cluster.local:9092}
24           topicCommInfrastructure: kafka
25           fetchTimeout: 15000
26       topicSinks:
27         - topic: policy-acruntime-participant
28           servers:
29            - ${topicServer:kafka.default.svc.cluster.local:9092}
30           topicCommInfrastructure: kafka
31     participantSupportedElementTypes:
32       -
33         typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement
34         typeVersion: 1.0.1
35
36 management:
37   endpoints:
38     web:
39       base-path: /
40       exposure:
41         include: health, metrics, prometheus
42 server:
43   port: 8080
44   servlet:
45     context-path: /nonrtric/dmeparticipant