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/03/08 10:34:02 UTC

[camel-kamelets] 01/03: AWS Kinesis Source Kamelet Improvements

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 2d8c6068849766805b102d27e9436d1e0fd25287
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 8 11:08:09 2022 +0100

    AWS Kinesis Source Kamelet Improvements
---
 kamelets/aws-kinesis-source.kamelet.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml
index 4322039..9b6aea1 100644
--- a/kamelets/aws-kinesis-source.kamelet.yaml
+++ b/kamelets/aws-kinesis-source.kamelet.yaml
@@ -75,11 +75,10 @@ spec:
         default: false
   types:
     out:
-      mediaType: application/json
+      mediaType: application/octet-stream
   dependencies:
     - "camel:aws2-kinesis"
     - "camel:kamelet"
-    - "camel:gson"
   template:
     from:
       uri: aws2-kinesis:{{stream}}
@@ -89,7 +88,4 @@ spec:
         region: "{{region}}"
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
       steps:
-      - marshal:
-          json: 
-            library: Gson
       - to: "kamelet:sink"