Function mz_kafka_util::client::create_new_client_config
source ยท pub fn create_new_client_config(
tracing_level: Level,
timeout_config: TimeoutConfig,
) -> ClientConfig
Expand description
Build a new rdkafka
ClientConfig
with its log_level
set correctly
based on the passed through tracing::Level
. This level should be
determined for target: "librdkafka"
.