You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/17 10:38:45 UTC

[camel-kamelets] 08/08: Kafka Source Kamelets: Enable deserializeHeaders by default - Kafka SSL Source

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

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

commit 5d21c6be15370bbd433110a2f5cb025de2042a20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 17 11:31:06 2023 +0100

    Kafka Source Kamelets: Enable deserializeHeaders by default - Kafka SSL Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml
index 157c1faa..0dfadc26 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml
@@ -103,7 +103,7 @@ spec:
         type: boolean
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
-        default: false
+        default: true
       sslKeyPassword:
         description: The password of the private key in the key store file.
         title: SSL Key Password