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

    Type Alias ListOffsetsResponse

    ListOffsets response payload.

    type ListOffsetsResponse = {
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly ListOffsetsTopicResponse[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields (v6+).

    throttleTimeMs: number

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

    topics: readonly ListOffsetsTopicResponse[]

    The topic responses.