Static mz_sql::session::vars::definitions::KAFKA_TRANSACTION_TIMEOUT
source ยท pub static KAFKA_TRANSACTION_TIMEOUT: VarDefinition
Expand description
Controls transaction.timeout.ms
for rdkafka client connections. Defaults to the rdkafka default
(60000ms). Cannot be greater than i32::MAX
or less than 1000ms.