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/02 13:54:37 UTC

[GitHub] [camel-k] nicolaferraro commented on a change in pull request #1737: Fix doc: kamelet connect via direct endpoint

nicolaferraro commented on a change in pull request #1737:
URL: https://github.com/apache/camel-k/pull/1737#discussion_r498836165



##########
File path: docs/modules/ROOT/pages/kamelets/kamelets.adoc
##########
@@ -497,8 +497,9 @@ spec:
 ----
 
 Source and sink flows will connect to the outside route via the `direct:{{routeId}}` endpoint:
-- A source Kamelet must start **from** `direct:{{routeId}}`
-- A sink Kamelet must contain a call **to** `direct:{{routeId}}`
+
+- A source Kamelet must contain a call **to** `direct:{{routeId}}`
+- A sink Kamelet must start **from** `direct:{{routeId}}` 

Review comment:
       ```suggestion
   - A sink Kamelet must start **from** `kamelet:source` 
   ```

##########
File path: docs/modules/ROOT/pages/kamelets/kamelets.adoc
##########
@@ -497,8 +497,9 @@ spec:
 ----
 
 Source and sink flows will connect to the outside route via the `direct:{{routeId}}` endpoint:
-- A source Kamelet must start **from** `direct:{{routeId}}`
-- A sink Kamelet must contain a call **to** `direct:{{routeId}}`
+
+- A source Kamelet must contain a call **to** `direct:{{routeId}}`

Review comment:
       ```suggestion
   - A source Kamelet must contain a call **to** `kamelet:sink`
   ```




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