Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present. When DevServices is enabled Quarkus will attempt to automatically configure and start a database when running in Dev or Test mode and when Docker is running. Environment variable: |
boolean |
|
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Optional fixed port the dev service rest service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Indicates if the Zeebe server managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Zeebe starts a new container. The discovery uses the Container sharing is only used in dev mode. Environment variable: |
boolean |
|
The value of the This property is used when you need multiple shared Zeebe servers. Environment variable: |
string |
|
The container image name to use, for container based DevServices providers. Environment variable: |
string |
|
Helper to define the stop strategy for containers created by DevServices. In particular, we don’t want to actually stop the containers when they have been flagged for reuse, and when the Test-containers configuration has been explicitly set to allow container reuse. To enable reuse, ass Environment variable: |
boolean |
|
Optional fixed debug export receiver port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Disable or enable debug exporter for the test. Environment variable: |
boolean |
|
Enable or disable debug exporter. Environment variable: |
boolean |
|
Disable or enabled zeebe dashboard dev-ui. Environment variable: |
boolean |
|
Observe changes in the bpmn files. Environment variable: |
boolean |
|
Observe changes in the bpmn directory and subdirectories. Environment variable: |
boolean |
|
Observe changes in the job worker. Environment variable: |
boolean |
|
Whether an auto scan BPMN process folder. Default true Environment variable: |
boolean |
|
BPMN process root folder. Default bpmn Environment variable: |
string |
|
Whether a metrics is enabled in case the micrometer or micro-profile metrics extension is present. Environment variable: |
boolean |
|
Whether a health check is published in case the smallrye-health extension is present. Environment variable: |
boolean |
|
Whether an opentracing is published in case the smallrye-opentracing extension is present. Environment variable: |
boolean |
|
Zeebe gateway address. Default: localhost:26500 Environment variable: |
string |
|
Zeebe gateway rest address. Default: localhost:8080 Environment variable: |
||
Client keep alive duration Environment variable: |
|
|
Cloud cluster ID Environment variable: |
string |
|
Cloud client secret ID Environment variable: |
string |
|
Specify a client secret to request an access token. Environment variable: |
string |
|
Cloud region Environment variable: |
string |
|
Cloud base URL Environment variable: |
string |
|
Cloud authorization server URL Environment variable: |
string |
|
Cloud port Environment variable: |
int |
|
Cloud credentials cache path Environment variable: |
string |
|
OAuth client secret ID Environment variable: |
string |
|
Specify a client secret to request an access token. Environment variable: |
string |
|
Authorization server URL Environment variable: |
string |
|
Credentials cache path Environment variable: |
string |
|
OAuth connect timeout Environment variable: |
|
|
OAuth read timeout Environment variable: |
|
|
Zeebe token audience Environment variable: |
string |
|
Maximum retries for the auto-completion command. Environment variable: |
int |
|
Maximum retries for the auto-completion command. Environment variable: |
long |
|
Sets the backoff supplier. The supplier is called to determine the retry delay after each failed request; the worker then waits until the returned delay has elapsed before sending the next request. Note that this is used only for the polling mechanism - failures in the JobHandler should be handled there, and retried there if need be. Sets the backoff multiplication factor. The previous delay is multiplied by this factor. Default is 1.5. Environment variable: |
double |
|
Sets the jitter factor. The next delay is changed randomly within a range of +/- this factor. For example, if the next delay is calculated to be 1s and the jitterFactor is 0.1 then the actual next delay can be somewhere between 0.9 and 1.1s. Default is 0.2 Environment variable: |
double |
|
Sets the maximum retry delay. Note that the jitter may push the retry delay over this maximum. Default is 1000ms. Environment variable: |
long |
|
Sets the minimum retry delay. Note that the jitter may push the retry delay below this minimum. Default is 50ms. Environment variable: |
long |
|
Client message time to live duration. Environment variable: |
|
|
Client security plaintext flag. Environment variable: |
boolean |
|
Specify a path to a certificate with which to validate gateway requests. Environment variable: |
string |
|
Overrides the authority used with TLS virtual hosting. Specifically, to override hostname verification in the TLS handshake. It does not change what host is actually connected to. Environment variable: |
string |
|
Client worker maximum active jobs. Environment variable: |
int |
|
Client worker number of threads Environment variable: |
int |
|
Client worker default name Environment variable: |
string |
|
Zeebe client request timeout configuration. Environment variable: |
|
|
Client worker global type Environment variable: |
string |
|
Client job timeout Environment variable: |
|
|
Client job pool interval Environment variable: |
|
|
Sets the backoff supplier. The supplier is called to determine the retry delay after each failed request; the worker then waits until the returned delay has elapsed before sending the next request. Note that this is used only for the polling mechanism - failures in the JobHandler should be handled there, and retried there if need be. Sets the backoff multiplication factor. The previous delay is multiplied by this factor. Default is 1.6. Environment variable: |
double |
|
Sets the jitter factor. The next delay is changed randomly within a range of +/- this factor. For example, if the next delay is calculated to be 1s and the jitterFactor is 0.1 then the actual next delay can be somewhere between 0.9 and 1.1s. Default is 0.1 Environment variable: |
double |
|
Sets the maximum retry delay. Note that the jitter may push the retry delay over this maximum. Default is 5000ms. Environment variable: |
long |
|
Sets the minimum retry delay. Note that the jitter may push the retry delay below this minimum. Default is 50ms. Environment variable: |
long |
|
List of span names Environment variable: |
list of string |
|
Zeebe client tenant ID. The tenant identifier which is used for tenant-aware commands when no tenant identifier is set. Environment variable: |
string |
|
Zeebe client default job worker tenant ID’s. The tenant identifiers which are used for job-activation commands when no tenant identifiers are set. Environment variable: |
list of string |
|
Zeebe client is active Environment variable: |
boolean |
|
Zeebe worker enable or disable flag. Environment variable: |
boolean |
|
Zeebe worker handler name. Environment variable: |
string |
|
Zeebe worker timeout. Environment variable: |
long |
|
Zeebe worker maximum jobs active. Environment variable: |
int |
|
Zeebe worker request timeout. Environment variable: |
long |
|
Zeebe worker poll interval. Environment variable: |
long |
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|