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

    Type Alias TxnOffsetCommitResponse

    TxnOffsetCommit response payload.

    type TxnOffsetCommitResponse = {
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
        topics: readonly TxnOffsetCommitTopicResponse[];
    }
    Index

    Properties

    taggedFields: readonly TaggedField[]

    Tagged fields from flexible versions (v3+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds.

    topics: readonly TxnOffsetCommitTopicResponse[]

    Per-topic results.