diff options
Diffstat (limited to 'docs/development/devtools/smoke/files/participant-kubernetes-application.yaml')
-rw-r--r-- | docs/development/devtools/smoke/files/participant-kubernetes-application.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/development/devtools/smoke/files/participant-kubernetes-application.yaml b/docs/development/devtools/smoke/files/participant-kubernetes-application.yaml index 9b25c615..59732bbf 100644 --- a/docs/development/devtools/smoke/files/participant-kubernetes-application.yaml +++ b/docs/development/devtools/smoke/files/participant-kubernetes-application.yaml @@ -3,22 +3,28 @@ participant: localChartDirectory: /home/policy/local-charts infoFileName: CHART_INFO.json intermediaryParameters: + topics: + operationTopic: policy-acruntime-participant + syncTopic: acm-ppnt-sync reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c02 clampAutomationCompositionTopics: topicSources: - - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - - ${topicServer:localhost:29092} + - localhost:29092 + topicCommInfrastructure: kafka + fetchTimeout: 15000 + - topic: ${participant.intermediaryParameters.topics.syncTopic} + servers: + - localhost:29092 topicCommInfrastructure: kafka fetchTimeout: 15000 topicSinks: - - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - - ${topicServer:localhost:29092} + - localhost:29092 topicCommInfrastructure: kafka participantSupportedElementTypes: - |