Module rdkafka::message [] [src]

Store and manipulate Kafka messages.

Structs

Message

Represents a native librdkafka message.

Traits

FromBytes

Given a reference to a byte array, returns a different view of the same data. No copy of the data should be performed.

ToBytes

Given some data, returns the byte representation of that data. No copy of the data should be performed.