Function mz_kafka_util::client::create_new_client_config_simple
source ยท pub fn create_new_client_config_simple() -> ClientConfig
Expand description
A simpler version of create_new_client_config
that defaults
the log_level
to INFO
and should only be used in tests.