aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml
blob: b14cf1f4754bb59768d1537460404b9cfcad95af (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:
    reportingTimeInterval: 120000
    description: Participant Description
    participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03
    clampAutomationCompositionTopics:
      topicSources:
        -
          topic: policy-acruntime-participant
          servers:
            - kafka:9092
          topicCommInfrastructure: NOOP
          fetchTimeout: 15000
      topicSinks:
        -
          topicCommInfrastructure: NOOP
          servers:
            - kafka:9092
          topic: policy-acruntime-participant
    participantSupportedElementTypes:
      -
        typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
        typeVersion: 1.0.0