This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-kinesis-source in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b126dac6bd3527f96f3e31004bb49ebdcaed4d46 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 23 07:46:03 2021 +0200 AWS Kinesis Source Kamelet: return just the record data while consuming --- aws-kinesis-source.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml index 9e0aeac..2865346 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -56,4 +56,6 @@ spec: accessKey: "{{accessKey}}" region: "{{region}}" steps: + - set-body: + simple: ${body.data.asUtf8String} - to: "kamelet:sink"
