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

    Type Alias AddOffsetsToTxnRequest

    AddOffsetsToTxn request payload.

    type AddOffsetsToTxnRequest = {
        groupId: string;
        producerEpoch: number;
        producerId: bigint;
        taggedFields?: readonly TaggedField[];
        transactionalId: string;
    }
    Index

    Properties

    groupId: string

    The consumer group ID whose offsets should be included in the transaction.

    producerEpoch: number

    The current producer epoch.

    producerId: bigint

    The current producer ID.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v3+).

    transactionalId: string

    The transactional ID.