Expand description
Types related to topic metadata for introspection by clients.
Example: KafkaClient::topics().
Structs§
- Broker
- Describes a Kafka broker node
kafka-rustis communicating with. - Partition
- Metadata about a particular topic partition.
- Partition
Iter - 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.
- Topic
Iter - An iterator over topics.
- Topic
Names - An iterator over the topic names.
- Topics
- A view on the loaded metadata about topics and their partitions.