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/10/05 09:03:46 UTC

[GitHub] [camel-k] llowinge commented on a change in pull request #1727: chore(binding): refactor binding mechanism and add many more tests

llowinge commented on a change in pull request #1727:
URL: https://github.com/apache/camel-k/pull/1727#discussion_r499447116



##########
File path: docs/modules/ROOT/pages/kamelets/kamelets.adoc
##########
@@ -493,10 +493,10 @@ spec:
         - filter:
             simple: "${body} != null"
         - log: "${body}"
-        - to: "direct:{{routeId}}"
+        - to: "kamelet:sink"
 ----
 
-Source and sink flows will connect to the outside route via the `direct:{{routeId}}` endpoint:
+Source and sink flows will connect to the outside route via the `kamelet:source` or `kamelet:sink` special endpoints:
 - A source Kamelet must start **from** `direct:{{routeId}}`
 - A sink Kamelet must contain a call **to** `direct:{{routeId}}`

Review comment:
       @nicolaferraro Will you update also these two ?




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