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

    Type Alias AddPartitionsToTxnTopicResult

    Per-topic result in AddPartitionsToTxn response.

    type AddPartitionsToTxnTopicResult = {
        name: string;
        partitions: readonly AddPartitionsToTxnPartitionResult[];
    }
    Index

    Properties

    Properties

    name: string

    Topic name.

    partitions: readonly AddPartitionsToTxnPartitionResult[]

    Per-partition results.