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

    Type Alias AddPartitionsToTxnPartitionResult

    Per-partition result in AddPartitionsToTxn response.

    type AddPartitionsToTxnPartitionResult = {
        partitionErrorCode: number;
        partitionIndex: number;
    }
    Index

    Properties

    partitionErrorCode: number

    Error code (0 = success).

    partitionIndex: number

    Partition index.