blob: f798d5bbf067ae932fc11c0ece3edad4e5020283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
runtime:
participantParameters:
heartBeatMs: 20000
maxStatusWaitMs: 200000
topicParameterGroup:
topicSources:
-
topic: policy-acruntime-participant
servers:
- ${topicServer:localhost:29092}
topicCommInfrastructure: kafka
fetchTimeout: 15000
topicSinks:
-
topic: policy-acruntime-participant
servers:
- ${topicServer:localhost:29092}
topicCommInfrastructure: kafka
acmParameters:
toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition
|