Static mz_sql::session::vars::KAFKA_SOCKET_CONNECTION_SETUP_TIMEOUT
source ยท pub static KAFKA_SOCKET_CONNECTION_SETUP_TIMEOUT: VarDefinition
Expand description
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