Function mz_kafka_util::client::create_new_client_config
source · pub fn create_new_client_config(tracing_level: Level) -> 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"
.