Type Alias fluvio_spu_schema::fetch::DefaultFetchResponse

source ·
pub type DefaultFetchResponse = FetchResponse<RecordSet>;

Aliased Type§

struct DefaultFetchResponse {
    pub throttle_time_ms: i32,
    pub error_code: ErrorCode,
    pub session_id: i32,
    pub topics: Vec<FetchableTopicResponse<RecordSet>>,
}

Fields§

§throttle_time_ms: i32

The duration in milliseconds for which the request was throttled due to a quota violation, or zero if the request did not violate any quota.

§error_code: ErrorCode§session_id: i32§topics: Vec<FetchableTopicResponse<RecordSet>>

The response topics.