kafka::client

Module fetch

source
Expand description

A representation of fetched messages from Kafka.

Structs§

  • The successfully fetched data payload for a particular partition.
  • A fetched message from a remote Kafka broker for a particular topic partition.
  • The result of a “fetch messages” request from a particular Kafka broker for a single topic partition only. Beside the partition identifier, this structure provides an iterator over the actually requested message data.
  • The result of a “fetch messages” request from a particular Kafka broker. Such a response can contain messages for multiple topic partitions.
  • The result of a “fetch messages” request from a particular Kafka broker for a single topic only. Beside the name of the topic, this structure provides an iterator over the topic partitions from which messages were requested.