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

    Type Alias ProduceTopicResponse

    Topic response in a Produce response.

    type ProduceTopicResponse = {
        name: string;
        partitions: readonly ProducePartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitions: readonly ProducePartitionResponse[]

    Partition responses.

    taggedFields: readonly TaggedField[]

    Tagged fields (v9+).