You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2024/01/10 19:32:39 UTC

[I] Support component scheme prefix in data type references [camel-k]

christophd opened a new issue, #5048:
URL: https://github.com/apache/camel-k/issues/5048

   ### Requirement
   
   Pipes are able to reference data types by their name (e.g. text-plain, avro-binary and so on). When a data type is component specific (e.g. aws2-s3:application-cloudevents) the data type name may use the component scheme as a prefix.
   
   Users run into issues because they are using the component scheme as a prefix when referencing a data type but the Pipe specification must use "scheme" and "format" properties when referencing a data type
   
   ### Problem
   
   The Pipe specification uses "scheme" and "format" properties when referencing a data type:
   
   ```
   dataTypes:
     out:
       scheme: aws2-s3
       format: application-cloudevents
   ```
   
   ### Proposal
   
   We should also allow to use the component scheme as a prefix. Something like
   
   ```
   dataTypes:
     out:
       format: aws2-s3:application-cloudevents
   ```
   
   ### Open questions
   
   _No response_


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Support component scheme prefix in data type references [camel-k]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on issue #5048:
URL: https://github.com/apache/camel-k/issues/5048#issuecomment-1898252513

   Fixed with #5056


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Support component scheme prefix in data type references [camel-k]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd closed issue #5048: Support component scheme prefix in data type references
URL: https://github.com/apache/camel-k/issues/5048


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org