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

   We should start to markup/specify which headers a sink and source kamelet 
can support as input and output.
   For example the ftp sink kamelet should specify that the kamelet outputs 
`ce-file` as the filename of the FTP file.
   
   The underlying FTP component also provides a set of headers
   https://camel.apache.org/components/next/ftp-component.html#_message_headers
   
   From Camel 3.17 then every component now list those in their documentation 
and metadata json file.
   
   We need to consider whether we want Kamelets to expose these headers too, or 
we make a rule into kamelets that they output headers that the kamelet has 
declared.
   
   And we also need to add into the kamelet spec how headers should be declared 
(ala options today).


-- 
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