You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
83
83
84
84
{{< image-sh src="setting-kaoto-catalog-url.png" text="Setting a Kaoto catalog URL" >}}
85
85
86
-
1. Restart Kaoto for the changes to have effect
86
+
3. Use the Kaoto editor status bar to select from a custom catalogs.
Copy file name to clipboardExpand all lines: content/docs/designer/05-executing-integrations/_index.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,17 @@ Before running integrations in Kaoto, ensure you have completed the installation
15
15
16
16
---
17
17
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
+
18
29
## Understanding Execution Scopes
19
30
20
31
Kaoto provides three execution scopes to match your workflow:
@@ -272,4 +283,4 @@ api.debug=true
272
283
3.**Environment-specific settings**: Create separate property files for test/prod environments
273
284
4.**Secure credentials**: Never hardcode sensitive data in integrations or commit secrets to version control
274
285
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
0 commit comments