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

    Type Alias DescribeProducersTopicResponse

    Per-topic producer description.

    type DescribeProducersTopicResponse = {
        name: string;
        partitions: readonly DescribeProducersPartitionResponse[];
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitions: readonly DescribeProducersPartitionResponse[]

    Per-partition results.

    taggedFields: readonly TaggedField[]

    Tagged fields.