[][src]Module rdkafka::client

Common client functionalities.

Structs

Client

A low level rdkafka client. This client shouldn't be used directly. The producer and consumer modules provide different producer and consumer implementations based on top of Client that can be used instead.

DefaultClientContext

An empty ClientContext that can be used when no context is needed. Default callback implementations will be used.

NativeClient

A native rdkafka-sys client. This struct shouldn't be used directly. Use higher level Client or producers and consumers.

Traits

ClientContext

Client-level context