Skip to main content

Module dyncfgs

Module dyncfgs 

Source
Expand description

Dyncfgs used by the adapter layer.

Constants§

ALLOW_USER_SESSIONS
CONSTRAINT_BASED_TIMESTAMP_SELECTION
ENABLE_0DT_CAUGHT_UP_REPLICA_STATUS_CHECK
ENABLE_0DT_DEPLOYMENT_PANIC_AFTER_TIMEOUT
ENABLE_CONTINUAL_TASK_BUILTINS
Whether to create system builtin continual tasks on boot.
ENABLE_EXPRESSION_CACHE
Whether to use an expression cache on boot.
ENABLE_INTROSPECTION_SUBSCRIBES
Enable installation of introspection subscribes.
ENABLE_MULTI_REPLICA_SOURCES
Whether we allow sources in multi-replica clusters.
ENABLE_PASSWORD_AUTH
Whether to enable password authentication.
ENABLE_S3_TABLES_REGION_CHECK
Whether to enforce that S3 Tables connections are in the same region as the Materialize environment.
ENABLE_STATEMENT_LIFECYCLE_LOGGING
Enable logging of statement lifecycle events in mz_internal.mz_statement_lifecycle_history.
OIDC_AUDIENCE
OIDC audience (client ID). When empty, audience validation is skipped. Validates that the JWT’s aud claim contains this value. When empty, audience validation is skipped. It is insecure to skip validation because it is the only mechanism preventing attackers from authenticating using a JWT issued by a dummy application, but from the same identity provider.
OIDC_ISSUER
OIDC issuer URL.
PERSIST_FAST_PATH_ORDER
PLAN_INSIGHTS_NOTICE_FAST_PATH_CLUSTERS_OPTIMIZE_DURATION
The plan insights notice will not investigate fast path clusters if plan optimization took longer than this.
WITH_0DT_CAUGHT_UP_CHECK_ALLOWED_LAG
WITH_0DT_CAUGHT_UP_CHECK_CUTOFF
WITH_0DT_DEPLOYMENT_CAUGHT_UP_CHECK_INTERVAL
WITH_0DT_DEPLOYMENT_DDL_CHECK_INTERVAL
WITH_0DT_DEPLOYMENT_MAX_WAIT

Functions§

all_dyncfgs
Adds the full set of all adapter Configs.