Enable kafka in DME Participant 54/12454/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 24 Jan 2024 10:14:33 +0000 (10:14 +0000)
committeraravind.est <aravindhan.a@est.tech>
Wed, 24 Jan 2024 10:14:33 +0000 (10:14 +0000)
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 <aravindhan.a@est.tech>
Change-Id: I68edab87cd69a92b291c358170c40dd32bda8264

nonrtric/helm/dmeparticipant/resources/config/application.yaml

index 648a0fc..10e7e0b 100644 (file)
@@ -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