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

    Type Alias AddPartitionsToTxnTopic

    A topic with partitions to add to a transaction.

    type AddPartitionsToTxnTopic = {
        name: string;
        partitions: readonly number[];
    }
    Index

    Properties

    Properties

    name: string

    Topic name.

    partitions: readonly number[]

    Partition indexes to add.