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

    Type Alias AddPartitionsToTxnRequest

    AddPartitionsToTxn request payload (v0–v3, single transaction).

    type AddPartitionsToTxnRequest = {
        producerEpoch: number;
        producerId: bigint;
        taggedFields?: readonly TaggedField[];
        topics: readonly AddPartitionsToTxnTopic[];
        transactionalId: string;
    }
    Index

    Properties

    producerEpoch: number

    The current producer epoch.

    producerId: bigint

    The current producer ID.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v3+).

    topics: readonly AddPartitionsToTxnTopic[]

    Topics with partitions to add.

    transactionalId: string

    The transactional ID.