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/07/16 13:14:24 UTC

[GitHub] [camel-k] nicolaferraro opened a new pull request #1619: Set reply=false by default from knative broker and channel

nicolaferraro opened a new pull request #1619:
URL: https://github.com/apache/camel-k/pull/1619


   <!-- Description -->
   
   Fix #1617
   Fix #1308
   
   Integrations like:
   ```
   from("knative:event/evt.type")...
   ```
   
   (also from channel) are now "in-only" by default, unless the user specifies:
   
   ```
   from("knative:event/evt.type?reply=true")
   ```
   
   which makes them in-out (brokers and channels accept replies, but it's not so common to use this feature).
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   When reading 
   ```
   


----------------------------------------------------------------
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 merged pull request #1619: Set reply=false by default from knative broker and channel

Posted by GitBox <gi...@apache.org>.
nicolaferraro merged pull request #1619:
URL: https://github.com/apache/camel-k/pull/1619


   


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