Static mz_sql::session::vars::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.