Module fetch

Module fetch 

Source
Expand description

A representation of fetched messages from Kafka.

Structs§

Data
The successfully fetched data payload for a particular partition.
Message
A fetched message from a remote Kafka broker for a particular topic partition.
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.
Response
The result of a “fetch messages” request from a particular Kafka broker. Such a response can contain messages for multiple topic partitions.
Topic
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.