Module metadata

Module metadata 

Source
Expand description

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 iterator 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 iterator over topics.
TopicNames
An iterator over the topic names.
Topics
A view on the loaded metadata about topics and their partitions.