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

    Type Alias OffsetCommitResponse

    OffsetCommit response payload.

    type OffsetCommitResponse = {
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly OffsetCommitTopicResponse[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields (v8+).

    throttleTimeMs: number

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

    topics: readonly OffsetCommitTopicResponse[]

    Per-topic responses.