This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 39a8a8e8f Fix #2868: Remove orphaned kafka.securityProtocol from test 
application.properties
39a8a8e8f is described below

commit 39a8a8e8f2523b4471ed5db1bfda0eb5a3cf0dc4
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 22 10:06:04 2026 +0200

    Fix #2868: Remove orphaned kafka.securityProtocol from test 
application.properties
    
    The kafka.securityProtocol variable was referenced in application.properties
    but never defined in any Kafka test YAML file, causing all KafkaIT tests to
    fail with "Unknown segment-value for segment 'kafka'". The property is
    vestigial — the Kafka pipe definitions use saslAuthType instead.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 .../camel-kamelets-itest/src/test/resources/kafka/application.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/camel-kamelets-itest/src/test/resources/kafka/application.properties 
b/tests/camel-kamelets-itest/src/test/resources/kafka/application.properties
index 93c4b23f3..a879f09e9 100644
--- a/tests/camel-kamelets-itest/src/test/resources/kafka/application.properties
+++ b/tests/camel-kamelets-itest/src/test/resources/kafka/application.properties
@@ -20,5 +20,4 @@ kafka.topic=${kafka.topic}
 kafka.bootstrapServers=${CITRUS_TESTCONTAINERS_REDPANDA_BOOTSTRAP_SERVERS}
 kafka.saslUsername=${kafka.saslUsername}
 kafka.saslPassword=${kafka.saslPassword}
-kafka.securityProtocol=${kafka.securityProtocol}
 kafka.deserializeHeaders=${kafka.deserializeHeaders}

Reply via email to