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 12:52:04 UTC

[GitHub] [camel-k-runtime] nicolaferraro commented on pull request #551: knative: split producer and consumer

nicolaferraro commented on pull request #551:
URL: https://github.com/apache/camel-k-runtime/pull/551#issuecomment-725406225


   > 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 ?
   
   Sounds reasonable. I've opened: https://github.com/apache/camel-k/issues/1808


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