aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/main/resources/application.yaml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-07-12 09:58:15 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-07-16 16:49:22 +0100
commitd1ba3460535f4969b32fc30c61709737e1496471 (patch)
treed8749d410900d85ea02031c51f01a874f31c52af /runtime-acm/src/main/resources/application.yaml
parentcf1cc9f1f57e8213009077fae5c5e768c6c5f3ff (diff)
Uplift Spring dependencies
Issue-ID: POLICY-5074 Change-Id: Ib88e02ffc6867a007abfd0322319caf672c00e45 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/application.yaml')
-rw-r--r--runtime-acm/src/main/resources/application.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml
index 0e2585dba..bca01ace8 100644
--- a/runtime-acm/src/main/resources/application.yaml
+++ b/runtime-acm/src/main/resources/application.yaml
@@ -44,21 +44,18 @@ runtime:
maxStatusWaitMs: 200000
topicParameterGroup:
topicSources:
- -
- topic: ${runtime.topics.operationTopic}
+ - topic: ${runtime.topics.operationTopic}
servers:
- ${topicServer:kafka:9092}
topicCommInfrastructure: NOOP
fetchTimeout: 15000
topicSinks:
- -
- topic: ${runtime.topics.operationTopic}
+ - topic: ${runtime.topics.operationTopic}
servers:
- ${topicServer:kafka:9092}
topicCommInfrastructure: NOOP
- -
- topic: ${runtime.topics.syncTopic}
+ - topic: ${runtime.topics.syncTopic}
servers:
- ${topicServer:kafka:9092}
topicCommInfrastructure: NOOP