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