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

    Type Alias FetchAbortedTransaction

    An aborted transaction in a Fetch response (v4+).

    type FetchAbortedTransaction = {
        firstOffset: bigint;
        producerId: bigint;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    firstOffset: bigint

    The first offset in the aborted transaction.

    producerId: bigint

    The producer ID of the aborted transaction.

    taggedFields: readonly TaggedField[]

    Tagged fields (v12+).