This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kinesis-no-json in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit e9b560eee30c327e84d39f2162f97a367ada445a Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 5 14:14:03 2021 +0100 AWS Kinesis: No need for JSON marshal --- aws-kinesis-source.kamelet.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml index dbb0692..d767091 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -52,6 +52,4 @@ spec: accessKey: "{{accessKey}}" region: "{{region}}" steps: - - marshal: - json: {} - to: "kamelet:sink"
