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 2021/03/18 18:15:25 UTC

[camel-kamelets] branch master updated: Kafka source should not marshal to JSON

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 684d846  Kafka source should not marshal to JSON
684d846 is described below

commit 684d846ee95872a94c302edfb043b006e36a7d80
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 18 18:53:25 2021 +0100

    Kafka source should not marshal to JSON
---
 kafka-source.kamelet.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/kafka-source.kamelet.yaml b/kafka-source.kamelet.yaml
index 3baf168..3dd616e 100644
--- a/kafka-source.kamelet.yaml
+++ b/kafka-source.kamelet.yaml
@@ -24,17 +24,10 @@ spec:
         title: Brokers
         description: Comma separated list of Kafka Broker URLs
         type: string
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-  - "camel:jackson"
   flow:
     from:
       uri: "kafka:{{topic}}"
       parameters:
         brokers: "{{brokers}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"