You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/07/13 09:30:12 UTC

[camel-kamelets] branch main updated: Fix aws-kinesis-sink

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

nferraro 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 817ee03  Fix aws-kinesis-sink
817ee03 is described below

commit 817ee03a5396666f81da1d450e046d88c05e5d2c
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Tue Jul 13 11:23:55 2021 +0200

    Fix aws-kinesis-sink
---
 aws-kinesis-sink.kamelet.yaml                                           | 2 +-
 .../src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aws-kinesis-sink.kamelet.yaml b/aws-kinesis-sink.kamelet.yaml
index 521778f..8a82d6d 100644
--- a/aws-kinesis-sink.kamelet.yaml
+++ b/aws-kinesis-sink.kamelet.yaml
@@ -78,7 +78,7 @@ spec:
                 simple: "${header[ce-partition]}"
           otherwise:
             steps:
-            - set-property:
+            - set-header:
                 name: CamelAwsKinesisPartitionKey
                 simple: "${exchangeId}"
       - choice:
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
index 521778f..8a82d6d 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -78,7 +78,7 @@ spec:
                 simple: "${header[ce-partition]}"
           otherwise:
             steps:
-            - set-property:
+            - set-header:
                 name: CamelAwsKinesisPartitionKey
                 simple: "${exchangeId}"
       - choice: