Skip to content

Commit

Permalink
Kafka source should not marshal to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Mar 18, 2021
1 parent be4f674 commit 684d846
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kafka-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 684d846

Please sign in to comment.