Skip to content

Commit 6c120ec

Browse files
committed
chore: update runtime documentation
1 parent 8353237 commit 6c120ec

6 files changed

Lines changed: 20 additions & 7 deletions

File tree

content/docs/designer/04-runtime-selector/_index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Kaoto provides a Camel catalog generator CLI to ease this process, it supports t
2727
yarn install
2828
```
2929

30-
1. Build the default catalogs
30+
4. Build the default catalogs
3131

3232
```bash
3333
yarn build
3434
```
3535

36-
1. This will generate a Catalog library containing:
36+
5. This will generate a Catalog library containing:
3737
* Camel Main versions
3838
* Camel extensions for Quarkus
3939
* Camel Spring boot
@@ -42,12 +42,12 @@ yarn build
4242
> To check what specific versions are included, please visit [the index file](https://github.com/KaotoIO/camel-catalog/blob/main/index.js)
4343
{.note}
4444

45-
1. The resulting files will be in the `catalog` folder
45+
6. The resulting files will be in the `catalog` folder
4646

4747
> The latest catalog is version is available in [the GitHub repository](https://github.com/KaotoIO/camel-catalog/tree/main/catalog)
4848
{.note}
4949

50-
1. Providing that folder through a http server will make it available for using it in Kaoto
50+
7. Providing that folder through a http server will make it available for using it in Kaoto
5151

5252
#### Creating a Catalog library with different runtimes
5353

@@ -79,10 +79,12 @@ For a different Kamelets catalog version, the `--kamelets or -k` flag can be spe
7979

8080
{{< image-sh src="vscode-kaoto-settings.png" text="VSCode Kaoto settings" >}}
8181

82-
1. In the `TextField`, provide the URL of the `index.json` file that specifies the location of the subsequent catalogs, for instance, the public Kaoto catalog can be used:
82+
2. In the `TextField`, provide the URL of the `index.json` file that specifies the location of the subsequent catalogs, for instance, the public Kaoto catalog can be used:
8383

8484
{{< image-sh src="setting-kaoto-catalog-url.png" text="Setting a Kaoto catalog URL" >}}
8585

86-
1. Restart Kaoto for the changes to have effect
86+
3. Use the Kaoto editor status bar to select from a custom catalogs.
8787

8888
{{< image-sh src="runtime-selector.png" text="Kaoto runtime selector" >}}
89+
90+
4. Restart Kaoto for the changes to have effect
114 KB
Loading
-12.8 KB
Loading
-12.9 KB
Loading

content/docs/designer/05-executing-integrations/_index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Before running integrations in Kaoto, ensure you have completed the installation
1515

1616
---
1717

18+
## Selecting an executor
19+
20+
Starting with Kaoto 2.11, there's a new setting to select the runtime executor, which can be either `jbang` (default) or `camel-launcher` (experimental). This setting can be found in the same settings page as the Catalog library URL.
21+
22+
{{< image-sh src="setting-executor-selection.png" text="Setting the runtime executor" >}}
23+
24+
> [!WARNING]
25+
> At the moment, the `camel-launcher` executor is experimental and may not work with all Apache Camel versions.
26+
27+
---
28+
1829
## Understanding Execution Scopes
1930

2031
Kaoto provides three execution scopes to match your workflow:
@@ -272,4 +283,4 @@ api.debug=true
272283
3. **Environment-specific settings**: Create separate property files for test/prod environments
273284
4. **Secure credentials**: Never hardcode sensitive data in integrations or commit secrets to version control
274285
5. **Document settings**: Add comments to property files explaining each configuration value
275-
6. **Version control**: Commit `application.properties` but consider excluding `application-dev.properties` if it contains sensitive local settings
286+
6. **Version control**: Commit `application.properties` but consider excluding `application-dev.properties` if it contains sensitive local settings
20.2 KB
Loading

0 commit comments

Comments
 (0)