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 2020/11/11 11:55:37 UTC

[GitHub] [camel-k-runtime] lburgazzoli edited a comment on pull request #551: knative: split producer and consumer

lburgazzoli edited a comment on pull request #551:
URL: https://github.com/apache/camel-k-runtime/pull/551#issuecomment-725378032


   I've removed the hard dependency between the `knative` and the `platorm-http` component, however to fully take advantage of the split we need some additional work on the operator side:
   
   - we require the platform-http capability only when we have a consumer knative endpoint (but this mean we need to add some special handling for the knative component)
   - we add additional info to the catalog to list individual dependencies/capabilities required by the producer and or consumer, like:
   
   ```yaml
   camel-k-knative:
     groupId: org.apache.camel.k
     artifactId: camel-k-knative
     schemes:
     - id: knative
       http: true
       passive: false
     consumer:
       required-capabilities:
       - platform-http
   ```
   
   @nicolaferraro what do you think ?


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