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/08/09 13:11:37 UTC

[GitHub] [camel-k] squakez opened a new issue #2558: Kamelet: default KameletBindings configuration settings

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


   When we use a `Kamelet`, we may be in the situation to apply certain configuration to the `KameletBinding` in order to properly use it. For instance, when we use the [`predicate-filter-action`](https://github.com/apache/camel-kamelets/blob/main/predicate-filter-action.kamelet.yaml) we need to apply some build time configuration such as:
   ```
       spec:
           integration:
            traits:
              builder:
                configuration:
                  properties:
                    - "quarkus.arc.unremovable-types=com.fasterxml.jackson.databind.ObjectMapper"
   ```
   I am wondering if we should include some mechanism to let all KameletBindings using a Kamelet to inherit some configuration (ie, traits) needed by the Kamelet.


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



[GitHub] [camel-k] lburgazzoli commented on issue #2558: Kamelet: default KameletBindings configuration settings

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #2558:
URL: https://github.com/apache/camel-k/issues/2558#issuecomment-895219235


   For this particular case I believe the problem should be addressed in camel-k runtime or camel-quarkus as kamelets are not more a camel-k only feature so introducing some runtime specific bits to a kamelet would probably be not the best option


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



[GitHub] [camel-k] github-actions[bot] closed issue #2558: Kamelet: default KameletBindings configuration settings

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2558:
URL: https://github.com/apache/camel-k/issues/2558


   


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



[GitHub] [camel-k] github-actions[bot] commented on issue #2558: Kamelet: default KameletBindings configuration settings

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2558:
URL: https://github.com/apache/camel-k/issues/2558#issuecomment-962709010


   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


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