Skip to content

Commit

Permalink
fix(doc): more 404 links
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Sep 19, 2024
1 parent 7b90639 commit 44a48f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/keda/keda.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
// via markers in the Kamelets.
//
// For information on how to use KEDA enabled Kamelets with the KEDA trait, refer to
// xref:ROOT:kamelets/kamelets-user.adoc#kamelet-keda-user[the KEDA section in the Kamelets user guide].
// xref:ROOT:pipes/pipes.adoc#kamelet-keda-user[the KEDA section in the Pipes user guide].
// If you want to create Kamelets that contain KEDA metadata, refer to
// xref:ROOT:kamelets/keda.adoc[the KEDA section in the Kamelets development guide].
//
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/troubleshooting/debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ When the debugging session is done, hitting kbd:[Ctrl+c] on the terminal where t

As we've seen in the previous section, all `Integration` created in Camel K are finally bundled as a Java application, hence, the possibility to debug via JVM debugger. Any `Kamelet` you will be using directly in your `Route` definition or in a `Pipe` is automatically converted in a `yaml` route and injected in the Camel Context to be executed. That means that you cannot directly debug a `Kamelet` as you would do with a Java or any other JVM language `Route`.

However, you can troubleshoot individually each `Kamelet` definition by focusing on the specification xref:kamelets/kamelets-user.adoc#_flow[`Flow`]. As an example, you can create a simple `yaml` test `Route` substituting the `kamelet:source` or `kamelet:sink` with any mock endpoint that can help you in debugging the single `Kamelet` flow. Even using a `timer` and a `log` component may be enough for a basic check.
However, you can troubleshoot individually each `Kamelet` definition by focusing on the specification `Flow`. As an example, you can create a simple `yaml` test `Route` substituting the `kamelet:source` or `kamelet:sink` with any mock endpoint that can help you in debugging the single `Kamelet` flow. Even using a `timer` and a `log` component may be enough for a basic check.

NOTE: the same idea applies for a `Pipe` which translates to an `Integration` type under the hood. If you need to debug a `Pipe` just apply the same troubleshooting technique that you would apply on an `Integration`.
2 changes: 1 addition & 1 deletion docs/modules/traits/pages/keda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The trait can be either manually configured using the `triggers` option or autom
via markers in the Kamelets.

For information on how to use KEDA enabled Kamelets with the KEDA trait, refer to
xref:ROOT:kamelets/kamelets-user.adoc#kamelet-keda-user[the KEDA section in the Kamelets user guide].
xref:ROOT:pipes/pipes.adoc#kamelet-keda-user[the KEDA section in the Pipes user guide].
If you want to create Kamelets that contain KEDA metadata, refer to
xref:ROOT:kamelets/keda.adoc[the KEDA section in the Kamelets development guide].

Expand Down

0 comments on commit 44a48f5

Please sign in to comment.