@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias OffsetFetchResponse

    OffsetFetch response payload.

    type OffsetFetchResponse = {
        errorCode: number;
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly OffsetFetchTopicResponse[];
    }
    Index

    Properties

    errorCode: number

    Top-level error code (v2+). 0 = no error.

    taggedFields: readonly TaggedField[]

    Tagged fields (v6+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds (v3+).

    topics: readonly OffsetFetchTopicResponse[]

    Per-topic responses.