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/05/25 12:41:57 UTC

[camel-kamelets] 08/10: Bean: Use properties instead of property with key and value - Kafka SSL Source

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

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

commit 32304aa92784498b29c9b879c3a08f76cfe06e4e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 25 14:37:52 2023 +0200

    Bean: Use properties instead of property with key and value - Kafka SSL Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/kafka-ssl-source.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/kafka-ssl-source.kamelet.yaml b/kamelets/kafka-ssl-source.kamelet.yaml
index 8d9e5172..f486700d 100644
--- a/kamelets/kafka-ssl-source.kamelet.yaml
+++ b/kamelets/kafka-ssl-source.kamelet.yaml
@@ -154,7 +154,7 @@ spec:
     beans:
       - name: kafka-ssl-source-local
         type: '#class:org.apache.camel.component.kafka.KafkaComponent'
-      - name: kafka-ssl-sink-configuration-local
+      - name: kafka-ssl-source-configuration-local
         properties:
           brokers: '{{bootstrapServers}}'
           securityProtocol: '{{securityProtocol}}'
@@ -180,7 +180,7 @@ spec:
     from:
       uri: "{{kafka-ssl-source-local}}:{{topic}}"
       parameters:
-        configuration: '#bean:{{kafka-ssl-sink-configuration-local}}'
+        configuration: '#bean:{{kafka-ssl-source-configuration-local}}'
       steps:
         - process:
             ref: "{{kafkaHeaderDeserializer}}"