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 2022/04/07 08:45:14 UTC

[camel-kamelets] 04/05: Change URI position to align with other kamelets

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

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

commit d56b10f71f01cf73542ee2bd90b83ad9585dac58
Author: Anton Giertli <ag...@redhat.com>
AuthorDate: Thu Apr 7 08:15:45 2022 +0200

    Change URI position to align with other kamelets
---
 kamelets/kafka-ssl-sink.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/kafka-ssl-sink.kamelet.yaml b/kamelets/kafka-ssl-sink.kamelet.yaml
index 32022bcb..e82eb5e3 100644
--- a/kamelets/kafka-ssl-sink.kamelet.yaml
+++ b/kamelets/kafka-ssl-sink.kamelet.yaml
@@ -169,6 +169,6 @@ spec:
                       name: kafka.PARTITION_KEY
                       simple: ${header[ce-partitionkey]}
         - to:
-            parameters:
-              configuration: '#bean:{{kafka-ssl-sink-configuration-local}}'
             uri: '{{kafka-ssl-sink-local}}:{{topic}}'
+            parameters:
+              configuration: '#bean:{{kafka-ssl-sink-configuration-local}}'
\ No newline at end of file