Jvm Trait
The JVM trait is used to configure the JVM that runs the integration.
This trait is available in the following profiles: Kubernetes, Knative, OpenShift.
The jvm trait is a platform trait: disabling it may compromise the platform functionality. |
Configuration
Trait properties can be specified when running any integration with the CLI:
kamel run --trait jvm.[key]=[value] --trait jvm.[key2]=[value2] integration.groovy
The following configuration options are available:
Property | Type | Description |
---|---|---|
jvm.enabled |
bool |
Can be used to enable or disable a trait. All traits share this common property. |
jvm.debug |
bool |
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding |
jvm.debug-suspend |
bool |
Suspends the target JVM immediately before the main class is loaded |
jvm.print-command |
bool |
Prints the command used the start the JVM in the container logs (default |
jvm.debug-address |
string |
Transport address at which to listen for the newly launched JVM (default |
jvm.options |
[]string |
A list of JVM options |