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: QUARKUS_ZEEBE_DEVSERVICES_ENABLED

boolean

true

Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_PORT

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 quarkus-dev-service-zeebe label. The value is configured using the service-name property. Container sharing is only used in dev mode.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_SHARED

boolean

true

The value of the quarkus-dev-service-zeebe label attached to the started container. This property is used when shared is set to true. In this case, before starting a container, Dev Services for Zeebe looks for a container with the quarkus-dev-service-zeebe label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the quarkus-dev-service-zeebe label set to the specified value. This property is used when you need multiple shared Zeebe servers.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_SERVICE_NAME

string

zeebe

The container image name to use, for container based DevServices providers.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_IMAGE_NAME

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 Testcontainers configuration has been explicitly set to allow container reuse. To enable reuse, ass testcontainers.reuse.enable=true in your .testcontainers.properties file, to be stored in your home.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_REUSE

boolean

false

Enable or disable dev monitor for dev-services.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_MONITOR_ENABLED

boolean

false

Optional fixed port the dev monitor will listen to. If not defined, the port will be chosen randomly.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_MONITOR_PORT

int

The container image name to use, for container based zeebe simple monitor.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_MONITOR_IMAGE_NAME

string

ghcr.io/lorislab/zeebe-dev-monitor:8.1

The value of the quarkus-dev-service-zeebe label attached to the started container. This property is used when shared is set to true. In this case, before starting a container, Dev Services for Zeebe looks for a container with the quarkus-dev-service-zeebe label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the quarkus-dev-service-zeebe label set to the specified value. This property is used when you need multiple shared Zeebe servers.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_MONITOR_SERVICE_NAME

string

zeebe-dev-monitor

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 Testcontainers configuration has been explicitly set to allow container reuse. To enable reuse, ass testcontainers.reuse.enable=true in your .testcontainers.properties file, to be stored in your home.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_MONITOR_REUSE

boolean

false

Optional fixed debug export receiver port the dev service will listen to. If not defined, the port will be chosen randomly.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_TEST_RECEIVER_PORT

int

Disable or enable debug exporter for the test.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_TEST_EXPORTER

boolean

true

Enable or disable debug exporter.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_DEBUG_EXPORTER_ENABLED

boolean

false

Fixed debug export receiver port the localhost service will listen to.

Environment variable: QUARKUS_ZEEBE_DEVSERVICES_DEBUG_EXPORTER_RECEIVER_PORT

int

8080

Observe changes in the bpmn files.

Environment variable: QUARKUS_ZEEBE_DEV_MODE_WATCH_BPMN_FILES

boolean

true

Observe changes in the bpmn directory and subdirectories.

Environment variable: QUARKUS_ZEEBE_DEV_MODE_WATCH_BPMN_DIR

boolean

true

Observe changes in the job worker.

Environment variable: QUARKUS_ZEEBE_DEV_MODE_WATCH_JOB_WORKER

boolean

true

Whether an auto scan BPMN process folder. Default true

Environment variable: QUARKUS_ZEEBE_RESOURCES_ENABLED

boolean

true

BPMN process root folder. Default bpmn

Environment variable: QUARKUS_ZEEBE_RESOURCES_LOCATION

string

bpmn

Whether a metrics is enabled in case the micrometer or micro-profile metrics extension is present.

Environment variable: QUARKUS_ZEEBE_METRICS_ENABLED

boolean

true

Whether a health check is published in case the smallrye-health extension is present.

Environment variable: QUARKUS_ZEEBE_HEALTH_ENABLED

boolean

true

Whether an opentracing is published in case the smallrye-opentracing extension is present.

Environment variable: QUARKUS_ZEEBE_TRACING_ENABLED

boolean

true