summaryrefslogtreecommitdiffstats
path: root/compose/config/clamp/KserveParticipantParameters.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-11 16:51:57 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-06-12 12:53:45 +0000
commit7bfa0fdd418317bbe90b569c7daa787f17e656bc (patch)
treeda31ef489ee993fb48e8bf230abe5076df58da9a /compose/config/clamp/KserveParticipantParameters.yaml
parent59c25aa2599da95a52baffe261065f84f2bf7e20 (diff)
Add sync topic support in docker/K8s deployment
Issue-ID: POLICY-5031 Change-Id: I5ae1fe07d90744f992a3bce2853ab26e39218cd7 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'compose/config/clamp/KserveParticipantParameters.yaml')
-rwxr-xr-xcompose/config/clamp/KserveParticipantParameters.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/compose/config/clamp/KserveParticipantParameters.yaml b/compose/config/clamp/KserveParticipantParameters.yaml
index fe55f543..26266dc2 100755
--- a/compose/config/clamp/KserveParticipantParameters.yaml
+++ b/compose/config/clamp/KserveParticipantParameters.yaml
@@ -27,13 +27,20 @@ participant:
participantId: 101c62b3-8918-41b9-a747-d21eb79c6c04
clampAutomationCompositionTopics:
topicSources:
- - topic: policy-acruntime-participant
+ - topic: ${participant.intermediaryParameters.topics.operationTopic}
servers:
- ${topicServer:kafka:9092}
topicCommInfrastructure: kafka
fetchTimeout: 15000
+
+ - topic: ${participant.intermediaryParameters.topics.syncTopic}
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: kafka
+ fetchTimeout: 15000
+ useHttps: false
topicSinks:
- - topic: policy-acruntime-participant
+ - topic: ${participant.intermediaryParameters.topics.operationTopic}
servers:
- ${topicServer:kafka:9092}
topicCommInfrastructure: kafka