From: FrancescoFioraEst Date: Fri, 30 Jan 2026 16:55:00 +0000 (+0000) Subject: Add missing parameter for tracing in Spring config files from ACM-R X-Git-Tag: 9.0.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=423d12949217588f2a9a78c5aefd056a24f229f7;p=policy%2Fclamp.git Add missing parameter for tracing in Spring config files from ACM-R Issue-ID: POLICY-5511 Change-Id: I074fbb77b9a2b6bead4f2bcd665be6c7d250c778 Signed-off-by: FrancescoFioraEst --- 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}