Skip to content

Commit

Permalink
AWS Kinesis Source Kamelet: Marshal to Json the result
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jun 23, 2021
1 parent 94e59bc commit 93573f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ spec:
example: eu-west-1
dependencies:
- "camel:aws2-kinesis"
- "camel:core"
- "camel:kamelet"
flow:
from:
Expand All @@ -57,6 +56,7 @@ spec:
accessKey: "{{accessKey}}"
region: "{{region}}"
steps:
- set-body:
simple: ${body.data.asUtf8String}
- marshal:
json:
library: Gson
- to: "kamelet:sink"

0 comments on commit 93573f1

Please sign in to comment.