pub type DefaultStreamFetchResponse = StreamFetchResponse<RecordSet<RawRecords>>;

Aliased Type§

struct DefaultStreamFetchResponse {
    pub topic: String,
    pub stream_id: u32,
    pub partition: FetchablePartitionResponse<RecordSet<RawRecords>>,
}

Fields§

§topic: String§stream_id: u32§partition: FetchablePartitionResponse<RecordSet<RawRecords>>