blob: 142c24e5bb1401bae4638ddd6f920315ae9df445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
participant:
intermediaryParameters:
reportingTimeIntervalMs: 120000
description: Participant Description
participantId: 101c62b3-8918-41b9-a747-d21eb79c6c01
clampAutomationCompositionTopics:
topicSources:
- topic: policy-acruntime-participant
servers:
- ${topicServer:localhost:29092}
topicCommInfrastructure: kafka
fetchTimeout: 15000
topicSinks:
- topic: policy-acruntime-participant
servers:
- ${topicServer:localhost:29092}
topicCommInfrastructure: kafka
participantSupportedElementTypes:
-
typeName: org.onap.policy.clamp.acm.HttpAutomationCompositionElement
typeVersion: 1.0.0
|