diff options
Diffstat (limited to 'docs/development/devtools/smoke/files/participant-policy-application.yaml')
-rw-r--r-- | docs/development/devtools/smoke/files/participant-policy-application.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/development/devtools/smoke/files/participant-policy-application.yaml b/docs/development/devtools/smoke/files/participant-policy-application.yaml index 5b87d1b3..c42146a5 100644 --- a/docs/development/devtools/smoke/files/participant-policy-application.yaml +++ b/docs/development/devtools/smoke/files/participant-policy-application.yaml @@ -18,22 +18,28 @@ participant: useHttps: false allowSelfSignedCerts: false intermediaryParameters: + topics: + operationTopic: policy-acruntime-participant + syncTopic: acm-ppnt-sync reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 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: - |