You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/21 09:15:18 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1928: Provide a way to use kamelet ID in binding

nicolaferraro opened a new issue #1928:
URL: https://github.com/apache/camel-k/issues/1928


   People can use this syntax to create a specific Kamelet configuration:
   
   ```
   from("kamelet:mykamelet/myid")...
   ```
   
   Then they can set properties like `camel.kamelet.mykamelet.myid.xxx=yyy`, where `xxx` is the Kamelet ID (that internally translates into a route ID at runtime). Those properties can also be set in auto-loaded secrets (with special annotations).
   
   But there's no way to use this mechanism in a KameletBinding. I'm thinking to make an implicit `id` property in all Kamelets (which can be forbidden in the spec-definition) and can be used to set the endpoint path.


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

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



[GitHub] [camel-k] nicolaferraro closed issue #1928: Provide a way to use kamelet ID in binding

Posted by GitBox <gi...@apache.org>.
nicolaferraro closed issue #1928:
URL: https://github.com/apache/camel-k/issues/1928


   


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

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