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

    Type Alias DescribeProducersTopicRequest

    A topic to describe producers for.

    type DescribeProducersTopicRequest = {
        name: string;
        partitionIndexes: readonly number[];
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    name: string

    The topic name.

    partitionIndexes: readonly number[]

    The partition indexes to describe.

    taggedFields?: readonly TaggedField[]

    Tagged fields.