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

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

commit f198e87b5bfcaf89bb1467edc8853d22689848bc
Author: Andrea Cosentino <anco...@gmail.com>
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"

Reply via email to