Trait rdkafka::config::FromClientConfigAndContext [] [src]

pub trait FromClientConfigAndContext<C: Context>: Sized {
    fn from_config_and_context(&ClientConfig, C) -> KafkaResult<Self>;
}

Create a new client based on the provided configuration and context.

Required Methods

Implementors