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

    Type Alias TxnOffsetCommitPartitionResponse

    Per-partition result in TxnOffsetCommit response.

    type TxnOffsetCommitPartitionResponse = {
        errorCode: number;
        partitionIndex: number;
    }
    Index

    Properties

    errorCode: number

    Error code (0 = success).

    partitionIndex: number

    Partition index.