diff options
Diffstat (limited to 'compose/config')
7 files changed, 14 insertions, 0 deletions
diff --git a/compose/config/clamp/A1pmsParticipantParameters.yaml b/compose/config/clamp/A1pmsParticipantParameters.yaml index a3035eb6..1b81a678 100755 --- a/compose/config/clamp/A1pmsParticipantParameters.yaml +++ b/compose/config/clamp/A1pmsParticipantParameters.yaml @@ -36,6 +36,8 @@ participant: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka fetchTimeout: 15000 + additionalProps: + group.id: policy-clamp-ac-a1pms-ppnt - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index 8a5fb3fd..abb5c485 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -54,6 +54,8 @@ runtime: topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false + additionalProps: + group.id: policy-clamp-runtime-acm topicSinks: - topic: ${runtime.topics.operationTopic} diff --git a/compose/config/clamp/HttpParticipantParameters.yaml b/compose/config/clamp/HttpParticipantParameters.yaml index 59644e5c..6761f617 100644 --- a/compose/config/clamp/HttpParticipantParameters.yaml +++ b/compose/config/clamp/HttpParticipantParameters.yaml @@ -26,6 +26,8 @@ participant: topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false + additionalProps: + group.id: policy-clamp-ac-http-ppnt - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: - ${topicServer:kafka:9092} diff --git a/compose/config/clamp/KserveParticipantParameters.yaml b/compose/config/clamp/KserveParticipantParameters.yaml index 26266dc2..1865d0e8 100755 --- a/compose/config/clamp/KserveParticipantParameters.yaml +++ b/compose/config/clamp/KserveParticipantParameters.yaml @@ -32,6 +32,8 @@ participant: - ${topicServer:kafka:9092}
topicCommInfrastructure: kafka
fetchTimeout: 15000
+ additionalProps:
+ group.id: policy-clamp-ac-kserve-ppnt
- topic: ${participant.intermediaryParameters.topics.syncTopic}
servers:
diff --git a/compose/config/clamp/KubernetesParticipantParameters.yaml b/compose/config/clamp/KubernetesParticipantParameters.yaml index 1597220f..c85c7e54 100644 --- a/compose/config/clamp/KubernetesParticipantParameters.yaml +++ b/compose/config/clamp/KubernetesParticipantParameters.yaml @@ -30,6 +30,8 @@ participant: topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false + additionalProps: + group.id: policy-clamp-ac-k8s-ppnt - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: diff --git a/compose/config/clamp/PolicyParticipantParameters.yaml b/compose/config/clamp/PolicyParticipantParameters.yaml index 16b258f9..e5108742 100644 --- a/compose/config/clamp/PolicyParticipantParameters.yaml +++ b/compose/config/clamp/PolicyParticipantParameters.yaml @@ -43,6 +43,8 @@ participant: topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false + additionalProps: + group.id: policy-clamp-ac-pf-ppnt - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: diff --git a/compose/config/clamp/SimulatorParticipantParameters.yaml b/compose/config/clamp/SimulatorParticipantParameters.yaml index 41c30e32..ae0b0f9a 100644 --- a/compose/config/clamp/SimulatorParticipantParameters.yaml +++ b/compose/config/clamp/SimulatorParticipantParameters.yaml @@ -28,6 +28,8 @@ participant: topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false + additionalProps: + group.id: policy-clamp-ac-sim-ppnt - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: - ${topicServer:kafka:9092} |