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

    Type Alias TxnOffsetCommitTopicRequest

    Per-topic offsets to commit in a transaction.

    type TxnOffsetCommitTopicRequest = {
        name: string;
        partitions: readonly TxnOffsetCommitPartitionRequest[];
    }
    Index

    Properties

    Properties

    name: string

    Topic name.

    partitions: readonly TxnOffsetCommitPartitionRequest[]

    Per-partition offset data.