From c8d0fd08038a956d2588e540d8c31c46acf21377 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Wed, 14 Jul 2021 23:20:30 +0100 Subject: Handle participant register,deregister,update messages Send ParticipantRegister, ParticipantDeregister and ParticipantUpdateAck from participant to controlloop runtime Receive ParticipantRegisterAck, ParticipantDeregisterAck and ParticipantUpdate messages from controlloop runtime Issue-ID: POLICY-3414 Signed-off-by: Sirisha_Manchikanti Change-Id: Ifb3c4fa64bdd2d50ec2302b35f342847f4994c5d --- .../participant-impl-dcae/src/main/resources/config/application.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'participant/participant-impl/participant-impl-dcae/src/main/resources/config/application.yaml') diff --git a/participant/participant-impl/participant-impl-dcae/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-dcae/src/main/resources/config/application.yaml index 36b9f846a..44ba5b3e8 100644 --- a/participant/participant-impl/participant-impl-dcae/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-dcae/src/main/resources/config/application.yaml @@ -46,10 +46,6 @@ participant: topic: POLICY-CLRUNTIME-PARTICIPANT servers[0]: ${topicServer:message-router} topicCommInfrastructure: dmaap - topicSinks[1]: - topic: POLICY-NOTIFICATION - servers[0]: ${topicServer:message-router} - topicCommInfrastructure: dmaap checkCount: 10 secCount: 10 jsonBodyConsulPath: src/main/resources/parameters/consul.json -- cgit 1.2.3-korg