From 423d12949217588f2a9a78c5aefd056a24f229f7 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Fri, 30 Jan 2026 16:55:00 +0000 Subject: [PATCH] Add missing parameter for tracing in Spring config files from ACM-R Issue-ID: POLICY-5511 Change-Id: I074fbb77b9a2b6bead4f2bcd665be6c7d250c778 Signed-off-by: FrancescoFioraEst --- runtime-acm/src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml index f4661b9ca..c0e7a142f 100644 --- a/runtime-acm/src/main/resources/application.yaml +++ b/runtime-acm/src/main/resources/application.yaml @@ -66,6 +66,7 @@ runtime: - ${KAFKA_SERVER:kafka:9092} topicCommInfrastructure: ${TOPIC_COMM_INFRASTRUCTURE:NOOP} useHttps: ${KAFKA_USE_HTTPS:false} + allowTracing: ${ALLOW_TRACING:false} additionalProps: allow.auto.create.topics: ${KAFKA_ALLOW_AUTO_CREATE_TOPICS:true} security.protocol: ${KAFKA_SECURITY_PROTOCOL:PLAINTEXT} @@ -77,6 +78,7 @@ runtime: - ${KAFKA_SERVER:kafka:9092} topicCommInfrastructure: ${TOPIC_COMM_INFRASTRUCTURE:NOOP} useHttps: ${KAFKA_USE_HTTPS:false} + allowTracing: ${ALLOW_TRACING:false} additionalProps: allow.auto.create.topics: ${KAFKA_ALLOW_AUTO_CREATE_TOPICS:true} security.protocol: ${KAFKA_SECURITY_PROTOCOL:PLAINTEXT} -- 2.16.6