kafka::client

Module metadata

source
Expand description

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

Structs§

  • Describes a Kafka broker node kafka-rust is communicating with.
  • Metadata about a particular topic partition.
  • An iterator over a topic’s partitions.
  • Metadata relevant to partitions of a particular topic.
  • A view on the loaded metadata for a particular topic.
  • An iterator over topics.
  • An iterator over the topic names.
  • A view on the loaded metadata about topics and their partitions.