diff options
author | Adheli Tavares <adheli.tavares@est.tech> | 2023-12-19 11:35:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-19 11:35:48 +0000 |
commit | b9d434aeef048c4ea2cf9bd8a27681d375ec5b85 (patch) | |
tree | 45ee0f104d040100f13dba2865a13f7f826573ef /compose/config/clamp/PolicyParticipantParameters.yaml | |
parent | b688e1ed0c5780b8c4239ed72827913d48383137 (diff) | |
parent | f2609a349565f74237024f2f546e03ea5c772cb5 (diff) |
Merge "Add kafka docker container for policy CSITs"
Diffstat (limited to 'compose/config/clamp/PolicyParticipantParameters.yaml')
-rw-r--r-- | compose/config/clamp/PolicyParticipantParameters.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/compose/config/clamp/PolicyParticipantParameters.yaml b/compose/config/clamp/PolicyParticipantParameters.yaml index 443a0cae..307e0b60 100644 --- a/compose/config/clamp/PolicyParticipantParameters.yaml +++ b/compose/config/clamp/PolicyParticipantParameters.yaml @@ -34,18 +34,18 @@ participant: clampAutomationCompositionTopics: topicSources: - - topic: POLICY-ACRUNTIME-PARTICIPANT + topic: policy-acruntime-participant servers: - - ${topicServer:message-router} - topicCommInfrastructure: dmaap + - ${topicServer:kafka:9092} + topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false topicSinks: - - topic: POLICY-ACRUNTIME-PARTICIPANT + topic: policy-acruntime-participant servers: - - ${topicServer:message-router} - topicCommInfrastructure: dmaap + - ${topicServer:kafka:9092} + topicCommInfrastructure: kafka useHttps: false participantSupportedElementTypes: - typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement |