mz_sql::session::vars::definitions

Static KAFKA_SOCKET_TIMEOUT

Source
pub static KAFKA_SOCKET_TIMEOUT: VarDefinition
Expand description

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.