matzew opened a new issue, #1872:
URL: https://github.com/apache/camel-kamelets/issues/1872

   In the CloudEvent spec, there is the `dataref` extension defined:
   
https://github.com/cloudevents/spec/blob/main/cloudevents/extensions/dataref.md
   
   It would be nice to have a way to make use of this, especially to avoid 
sending large data, e.g. in sources that shuffle data, like from AWS for 
example:
   
   ```yaml
   apiVersion: camel.apache.org/v1
   kind: Pipe
   metadata:
     name: aws-s3-source-pipe
     annotations:
       trait.camel.apache.org/camel.runtime-version: 3.6.0
   spec:
     integration:
       dependencies:
       - "camel:cloudevents"
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1
         name: aws-s3-source
       properties:
         .....
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to