Module kafka::client::metadata [] [src]

Types related to topic metadata for introspection by clients. Example: KafkaClient::topics().

Structs

Broker

Describes a Kafka broker node kafka-rust is communicating with.

Partition

Metadata about a particular topic partition.

PartitionIter

An interator over a topic's partitions.

Partitions

Metadata relevant to partitions of a particular topic.

Topic

A view on the loaded metadata for a particular topic.

TopicIter

An interator over topics.

TopicNames

An iterator over the topic names.

Topics

A view on the loaded metadata about topics and their partitions.