Module rdkafka::config [] [src]

Configuration to create a Consumer or Producer.

Structs

ClientConfig

Client configuration.

NativeClientConfig

A native rdkafka-sys client config.

NativeTopicConfig

A native rdkafka-sys client config.

TopicConfig

Topic configuration.

Enums

RDKafkaLogLevel

The log levels supported by librdkafka.

Traits

FromClientConfig

Create a new client based on the provided configuration.

FromClientConfigAndContext

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