e-broker-core.0.8.0.source-code.zeebe.default.cfg.toml Maven / Gradle / Ivy
# Default Zeebe Config File. Used if no config file is provided to the broker.
# Global configuration --------------------------------
[global]
useTempDirectory = true
# Networking configuration ----------------------------
[network]
host = "0.0.0.0"
sendBufferSize = 128
[network.clientApi]
host = "localhost"
port = 51015
receiveBufferSize = 16
controlMessageRequestTimeoutInMillis = 10000
[network.managementApi]
host = "localhost"
port = 51016
receiveBufferSize = 16
[network.replicationApi]
host = "localhost"
port = 51017
receiveBufferSize = 16
# System Configuration --------------------------------
[threading]
numberOfThreads = 2
maxIdleTimeMs = 100
idleStrategy = "BACKOFF"
[metrics]
reportingInterval = 5
metricsFile = "zeebe.prom"
# Log Configuration -----------------------------------
[logs]
defaultLogSegmentSize = 512
# Workflow Configuration ------------------------------------------
[workflow]
deploymentCacheSize = 1024
payloadCacheSize = 4096
© 2015 - 2025 Weber Informatics LLC | Privacy Policy