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

    Type Alias TxnOffsetCommitTopicResponse

    Per-topic result in TxnOffsetCommit response.

    type TxnOffsetCommitTopicResponse = {
        name: string;
        partitions: readonly TxnOffsetCommitPartitionResponse[];
    }
    Index

    Properties

    Properties

    name: string

    Topic name.

    partitions: readonly TxnOffsetCommitPartitionResponse[]

    Per-partition results.