Struct kafka::client::fetch::Response [] [src]

pub struct Response { /* fields omitted */ }

The result of a "fetch messages" request from a particular Kafka broker. Such a response can contain messages for multiple topic partitions.

Methods

impl Response
[src]

[src]

Retrieves the id corresponding to the fetch messages request (provided for debugging purposes only).

[src]

Provides an iterator over all the topics and the fetched data relative to these topics.

Trait Implementations

impl Debug for Response
[src]

[src]

Formats the value using the given formatter.