From 782c93b5e5a48e06ba4ca729ff560e4c1dbc0962 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Wed, 24 Jan 2024 10:14:33 +0000 Subject: [PATCH] Enable kafka in DME Participant ACM installation charts has been moved to use Kafka. So message-router:3904 is not available anymore. DME Participant enabled with Kafka. Issue-ID: NONRTRIC-969 Signed-off-by: aravind.est Change-Id: I68edab87cd69a92b291c358170c40dd32bda8264 --- .../helm/dmeparticipant/resources/config/application.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nonrtric/helm/dmeparticipant/resources/config/application.yaml b/nonrtric/helm/dmeparticipant/resources/config/application.yaml index 648a0fc2..10e7e0bc 100644 --- a/nonrtric/helm/dmeparticipant/resources/config/application.yaml +++ b/nonrtric/helm/dmeparticipant/resources/config/application.yaml @@ -18,16 +18,16 @@ participant: participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08 clampAutomationCompositionTopics: topicSources: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka fetchTimeout: 15000 topicSinks: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka participantSupportedElementTypes: - typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement -- 2.16.6