From 8c76c17a2d589d4e94571f4b6dce40261c0bb62d Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Fri, 14 Jun 2024 10:24:11 +0100 Subject: Add ParticipantReplica repository in ACM Add ParticipantReplica repository in ACM, and align topics in properties files. Issue-ID: POLICY-5045 Change-Id: I283abf91db6264c7b08c51e6ad37736dca147180 Signed-off-by: FrancescoFioraEst --- .../src/main/resources/config/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'participant/participant-impl/participant-impl-kserve/src/main/resources') diff --git a/participant/participant-impl/participant-impl-kserve/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kserve/src/main/resources/config/application.yaml index 6ccd2fc9d..29efba32a 100644 --- a/participant/participant-impl/participant-impl-kserve/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-kserve/src/main/resources/config/application.yaml @@ -30,18 +30,18 @@ participant: participantId: 101c62b3-8918-41b9-a747-d21eb79c6c04 clampAutomationCompositionTopics: topicSources: - - topic: ${participant.intermediaryparameters.topics.operationTopic} + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP fetchTimeout: 15000 - - topic: ${participant.intermediaryparameters.topics.syncTopic} + - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP fetchTimeout: 15000 topicSinks: - - topic: ${participant.intermediaryparameters.topics.operationTopic} + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP -- cgit 1.2.3-korg