The default for the DISK
option when creating managed clusters and cluster replicas.
Boolean flag indicating whether to enable syncing from
LaunchDarkly. Can be turned off as an emergency measure to still
be able to alter parameters while LD is broken.
The interval we will fetch metadata from, unless overridden by the source.
Controls the timeout when fetching kafka metadata. Defaults to 10s.
Controls the timeout when fetching kafka progress records. Defaults to 60s.
Controls socket.connection.setup.timeout.ms
for rdkafka client connections. Defaults to the rdkafka default
(30000ms). Cannot be greater than i32::MAX
or less than 1000ms
Enables socket.keepalive.enable
for rdkafka client connections. Defaults to true.
Controls socket.timeout.ms
for rdkafka client connections. Defaults to the rdkafka default
(60000ms). Cannot be greater than 300000ms, more than 100ms greater than
kafka_transaction_timeout
, or less than 10ms.
Controls transaction.timeout.ms
for rdkafka client connections. Defaults to the rdkafka default
(60000ms). Cannot be greater than i32::MAX
or less than 1000ms.
The logical compaction window for builtin tables and sources that have the
retained_metrics_relation
flag set.
Sets the lock_wait_timeout
value to use during the snapshotting phase of
MySQL sources.
Sets the max_execution_time
value to use during the snapshotting phase of
MySQL sources.
Sets the time between TCP keepalive probes when connecting to MySQL via mz_mysql_util
.
Controls the connect_timeout setting when connecting to PG via mz_postgres_util
.
Please see PgSourceSnapshotConfig
.
Please see PgSourceSnapshotConfig
.
Sets the statement_timeout
value to use during the snapshotting phase of
PG sources.
Please see PgSourceSnapshotConfig
.
Sets whether to apply the TCP configuration parameters on the server when
connecting to PG via mz_postgres_util
.
Sets the amount of idle time before a keepalive packet is sent on the connection when connecting
to PG via mz_postgres_util
.
Sets the time interval between TCP keepalive probes when connecting to PG via mz_postgres_util
.
Sets the maximum number of TCP keepalive probes that will be sent before dropping a connection
when connecting to PG via mz_postgres_util
.
Sets the TCP user timeout when connecting to PG via mz_postgres_util
.
Sets the wal_sender_timeout
value to use during the replication phase of
PG sources.
Controls mz_adapter::coord::timestamp_oracle::postgres_oracle::DynamicConfig::pg_connection_pool_max_size
.
Controls mz_adapter::coord::timestamp_oracle::postgres_oracle::DynamicConfig::pg_connection_pool_max_wait
.
Controls mz_adapter::coord::timestamp_oracle::postgres_oracle::DynamicConfig::pg_connection_pool_ttl
.
Controls mz_adapter::coord::timestamp_oracle::postgres_oracle::DynamicConfig::pg_connection_pool_ttl_stagger
.
Feature flag indicating whether real time recency is enabled. Not that
unlike other feature flags, this is made available at the session level, so
is additionally gated by a feature flag.
Controls the check interval for connections to SSH bastions via mz_ssh_util
.
Controls the connect timeout for connections to SSH bastions via mz_ssh_util
.
Controls the keepalive idle interval for connections to SSH bastions via mz_ssh_util
.
The maximum number of in-flight bytes emitted by persist_sources feeding storage
dataflows.
Currently defaults to 256MiB = 268435456 bytes
Note: Backpressure will only be turned on if disk is enabled based on
storage_dataflow_max_inflight_bytes_disk_only
flag
The fraction of the cluster replica size to be used as the maximum number of
in-flight bytes emitted by persist_sources feeding storage dataflows.
If not configured, the storage_dataflow_max_inflight_bytes value will be used.
For this value to be used storage_dataflow_max_inflight_bytes needs to be set.
Configuration ratio to shrink unusef buffers in upsert by.
For eg: is 2 is set, then the buffers will be reduced by 2 i.e. halved.
Default is 0, which means shrinking is disabled.
The interval to collect statistics for mz_source_statistics_per_worker
and mz_sink_statistics_per_worker
in
clusterd. Controls the accuracy of metrics.
The interval to submit statistics to mz_source_statistics_per_worker
and mz_sink_statistics_per_worker
.