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

    Type Alias ProduceTopicData

    Topic data in a Produce request.

    type ProduceTopicData = {
        name: string;
        partitions: readonly ProducePartitionData[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitions: readonly ProducePartitionData[]

    Partition data for this topic.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v9+).